Tuesday, July 14, 2009

C++ string?

write a program that reads into a string object a name with three blanks between the first and last names. Then extract the first and last names and store them in separate string objects. write a function subproram that displays its string argument two times. call this function to display the first name four times and then to display the last name six times

C++ string?
Check out this site:





http://www.mochima.com/tutorials/strings...





It's got a tutorial that will show you how to do everything you need to do for your assignment!


No comments:

Post a Comment