User profile: MannedTooth

User info
User name:MannedTooth
Name:Olivier Letendre
Location:Canada
Bio:I am a Computer Sciences student.

I enjoy coding.
I enjoy gaming.
I enjoy coding games. :)
Statistical data
Birthdate:Apr 15, 1998
Gender:Male
Occupation:Student
Skills:C++
LARP
History
Joined:
Number of posts:11
Latest posts:

cin not working even with proper header files
Oh, my mistake. :P

cin not working even with proper header files
Where is your [output]using namespace std;[/output] ?

Feel like im close, for loop is not displaying data
That could have been done with a for loop, but for tonight I'm off. Glad you found a way to work it ...

Feel like im close, for loop is not displaying data
The thing is, the way your loop is declared, it will never trigger since lowest is never higher than...

Feel like im close, for loop is not displaying data
I can't test your code at the moment but doesn't your for loop seems either impossible or infinite? ...