PDA

View Full Version : Dr. MyName, or how I learned to stop worrying and love using strings in functions


C++
11-03-2009, 01:31 AM
Hi friends; I've run into a problem trying to complete the below assignment: Write a function called myName which returns (does not cout) your full name (e.g., "Bob Smith"). Write main to call the function and display the name on the screen. NOTE: Your name should not appear anywhere other...