User profile: friedEggHead

User info
User name:friedEggHead
Email:lrack89@yahoo.com
Name:Luke
Location:Alabama
Statistical data
Gender:Male
Occupation:Support
Skills:C++
History
Joined:
Number of posts:5
Latest posts:

Array map...and hit detection...console
[code]#include <iostream> using namespace std; void movePlayer(); void youWin(); const in...

Using libraries like SFML
I am about to go insane! I cannot FOR THE FRICKIN LIFE OF ME get any type of graphics library to wor...

Although I have included header file multiple times without using include guards, the code compiles without no error
No problem! :P

Simple questions about string...
A string variable cannot hold an integer. I'm having a hard time understanding the problem.

Nested if statements
you have no curly brackets {} for the first if statement --> if (tvHours > 10) remember that if you...