Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~408 People Reached
Favorite Forums
Favorite Tags
c++ x 2
c x 2

3 Posted Topics

Member Avatar for amen

You can use CString's Tokenize() member function and loop through your source string retrieving the tokens into an array. Then you can access the individual tokens. Nkamanyi Clement

Member Avatar for ~s.o.s~
0
125
Member Avatar for clemente

In response to Hike34's thread to add a \ character to a CString, I think the \ character has a meaning in such strings and to use it in a string it should itself be preceded by a \ character CString word="hello world"; word+="\"; // or "''" doesn't work... Instead …

Member Avatar for ~s.o.s~
0
115
Member Avatar for hike34

[quote=hike34;176265]I am programing in MFC .NET, and I am encountering a problum in adding the symbol '' to a CString object. This is naturaly due to the fact that the symbol is used for such things as \n \t ect. How do I go about it? say I have the …

Member Avatar for clemente
0
168

The End.