Pointer arithmeticI know such ussage of pointer arithmetic is very dangerous and nobody should do that (excepted handl...
Pointer arithmeticUntil today I has thought variables which are declared in succession will be assigned to adjacent me...
Pointer arithmeticThanks for your answers. @onur: I want to increase the pointer, not the value. My aim was to point ...
Pointer arithmeticHello. Today in my C++-lesson I tought pointer arithmetic. This was my example: [code] int main(){ ...