- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
4 Posted Topics
You may be right about the virus. If you haven't done so yet... scan your computer!
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]
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... …
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 …
The End.
algoritmish