2 lines
74 B
C++
2 lines
74 B
C++
|
|
v = (&ref)[3]; // read value of array[3]; however doing this is bad style
|