User profile: Nison

User info
User name:Nison
History
Joined:
Number of posts:23
Latest posts:

Strings.
Can someone please tell me why my string doesn't output? I have this.. [code] #include <iostrea...

Pointers and char
Thank you! Now i get it, i think. Although i don't understand exactly what [code]reinterpret_cast<vo...

Pointers and char
I want to know how to get the address of a character from a char array. If i do this.. [code] c...

Arrays.
I know what this does, but i don't understand how it does it. [code] int nArray[128]; for(int& n:...

Undefined reference to Class
Thanks BHX it worked! Just a quick question. Why didn't you include the iostream and the namespace s...