User profile: CatmanFS

User info
User name:CatmanFS
Name:Clinton Thorpe
Location:Louisville Kentucky
Website:http://Airlight.tk
Bio:I live as an average husband, father, and loving supporter of the arts and the creative process.
History
Joined:
Number of posts:10
Latest posts:

Game Needs Windows programmer
There's a job section? This is more like a learning project though.

Game Needs Windows programmer
I'm writing a game in c++ using OpenGL and I need a competent windows programmer for setting up wind...

Counting letters in a string
I use old school char arrays to do all my dirty work. char *phrase = new char[64]; // now you ...

getline() help
Most input functions have delimiting characters, like \n newlines, spaces, and others, look up speci...

Best way to compare structure members
Any way you can think of that would tell differences would work, turning the struct into a class wou...