understanding character pointersI was expecting the cout to print addresses since b and d are pointers, but only b prints the value ...
Inefficient code[code]bool StripBackslash1(char* buf) { char* tmp = buf; bool ret = false; for(tmp = bu...
Can't assign a char to a stringI have a conversion error when I do this, what is happening? [code] string b = "abc"; string...
private access specifier natureCan someone tell me what the following does and what does it show about the nature of the private ac...
cannot print member variable from objectThis code gave me "Process returned -1073741819 (0xC0000005) execution time : 2.583 s", why is tha...
This user does not accept Private Messages