Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: littlestone
Forum: C++ Apr 25th, 2008
Replies: 3
Solved: Homework Help
Views: 568
Posted By littlestone
I have finished it, but to don't violate the rules of this website --"Don't give away code" , I can not give you all my source code. The following is the framework of program. hope it can help you.
...
Forum: C++ Apr 18th, 2008
Replies: 11
Views: 1,519
Posted By littlestone
The various combinations of the flags and the corresponding meaning as below:

ios_base Flags Meaning
in Reads (file must exist)
out ...
Forum: C++ Apr 16th, 2008
Replies: 10
Views: 2,324
Posted By littlestone
int len = strlen(sentenceHolder1);
for(int i = 0; i < len; i++)
{
if( sentenceHolder1[i] == look_for_character )
sentenceHolder1[i] = sentenceHolder1[0]; //I think this will be OK
}...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC