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<< overloadingI don't get the 'chaining' part of this overload. Could someone explain it to me please ? I've ove...
strcpywhen used like this: strcpy(buf, buf1); strcpy(buf + length, tempBuf); How does the "length" pa...
string classthanks cire....this is what I was looking for: std::strcpy(newBuf+length, cStr);
string classunfortunately 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