Strings.Can someone please tell me why my string doesn't output? I have this.. [code] #include <iostrea...
Pointers and charThank you! Now i get it, i think. Although i don't understand exactly what [code]reinterpret_cast<vo...
Pointers and charI 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 ClassThanks BHX it worked! Just a quick question. Why didn't you include the iostream and the namespace s...