User: ndcn541

  • Public profile

User profile: ndcn541

User info
User name:ndcn541
History
Joined:
Number of posts:11
Latest posts:

understanding character pointers
I 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 string
I have a conversion error when I do this, what is happening? [code] string b = "abc"; string...

private access specifier nature
Can someone tell me what the following does and what does it show about the nature of the private ac...

cannot print member variable from object
This code gave me "Process returned -1073741819 (0xC0000005) execution time : 2.583 s", why is tha...

This user does not accept Private Messages