User profile: nmn
User info |
User name: | nmn |
History |
Joined: | Jun 27, 2013 at 1:51am |
Number of posts: | 47 |
Latest posts: |
string to char* if I have:
string line = "ABCDE";
and I want to break this down to A,B,C,D,E where each is a char....
operator<< overloading I don't get the 'chaining' part of this overload. Could someone explain it to me please ?
I've ove...
strcpy when used like this:
strcpy(buf, buf1);
strcpy(buf + length, tempBuf);
How does the "length" pa...
string class thanks cire....this is what I was looking for:
std::strcpy(newBuf+length, cStr);
string class unfortunately it's the other way...char* into string& !
sorry if I sound so 'lost', but i am pretty ...
|
This user does not accept Private Messages