Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #4K
~625 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for vinujohnpanicke
Member Avatar for emilo35
0
134
Member Avatar for MasterGberry

Fbody is right: [CODE] // I assume splitComment.at(1) is a std::list of std::string string empty(" "); std::remove(splitComment.at(1).begin(), splitComment.at(1).end(), empty); std:list<std::string>::iterator iter; for(iter = splitComment.at(1).begin(); iter != splitComment.at(1).end(); iter++) strcat(item->Comments, (*iter).c_str()); [/CODE]

Member Avatar for MasterGberry
0
233
Member Avatar for amari ♥

First the morale and then the solution: Even though these things you need to code may seem complicated at first, they are only the beginning :). If you plan on becoming a programmer, you should try to code them yourself. If you only need these things for a better grade... …

Member Avatar for algoritmish
0
158
Member Avatar for algoritmish

I tried to install today Windows XP on a computer... the usual stuff: I booted from the Windows XP cd, partitioned the hdd,... blah blah. Everything went fine untill the setup process had to reboot the computer. When it restarted I got this error message "Error loading operating system" (I …

0
99

The End.