User profile: binghamhunter

User info
User name:binghamhunter
History
Joined:
Number of posts:4
Latest posts:

cin>> on a for loop
Here is an example in case you want it. [code]#include <iostream> using namespace std; int main() ...

cin>> on a for loop
You need an int variable I believe. You have a cin >> pergal; but no place to store that informati...

Basic Combat Game?
Thank you!! I tried it out and I got it out of the looping state. I'm going to keep messing around ...

Basic Combat Game?
Hi, I am trying to pick up C++ I started about 2 weeks ago and took on a combat game as practice. U...