User profile: mwforrest7

User info
User name:mwforrest7
History
Joined:
Number of posts:11
Latest posts:

how i use string
Are you sure? Try: [code] string fullname; cout << "Enter name: "; getline(cin, fullname); cout << ...

how i use string
I don't understand your issue. Please clarify

how i use string
To enter a full name, such as John Doe, you will need to use getline otherwise it will only take the...

Array
Please don't just copy and paste this as your own. If you are confused about how parts of this work,...

The program Always works in the order that I put the code in, I want to make loops.
Use if instead of while. While is a type of loop. If just checks to see if the statement is true, an...

This user does not accept Private Messages

User: mwforrest7

  • Public profile