Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~239 People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for Xnoudas

I would like to get all the elements of a string array and I just get the last one followed by a "zero" element. void DrawFonts(int num, int x, int y) { Char Buffer [20]; CString ss; num = 15; //or whatever more than 2 elements itoa( num, Buffer, 10 …

Member Avatar for Xnoudas
-1
125
Member Avatar for Rasmo

Hi all, I'm a total beginner at C++, and I'm planning on trying out by writing a small, text-based game with a command line. The game has different areas which are described in pure text, and I guess a good solution to put all the pure data (descriptions and so …

Member Avatar for Xnoudas
0
114