User profile: DanielBorkowitz

User info
User name:DanielBorkowitz
History
Joined:
Number of posts:4
Latest posts:

Pointer arithmetic
I know such ussage of pointer arithmetic is very dangerous and nobody should do that (excepted handl...

Pointer arithmetic
Until today I has thought variables which are declared in succession will be assigned to adjacent me...

Pointer arithmetic
Thanks for your answers. @onur: I want to increase the pointer, not the value. My aim was to point ...

Pointer arithmetic
Hello. Today in my C++-lesson I tought pointer arithmetic. This was my example: [code] int main(){ ...