User profile: snow 56767

User info
User name:snow 56767
Name:Travis Ervin
Location:N/A
Website:http://snow-56767.users.sourceforge.net/
Bio:I'm a 18 year old(my website is out-of-date) C/C++ programmer who is working to be a game developer.

I currently only have this Tic-Tac-Toe game to show :( ( http://sourceforge.net/projects/minitictactoe/files/)

I am also completely self taught. So my code is kind of messy.
Statistical data
Birthdate:Nov 18, 1993
Gender:Male
Occupation:Engineer
Skills:C
BASIC
PHP
C++
Visual Basic
C++/MFC
C++/ATL
Assembly
C++/.NET
Java
C#
C#/.NET
Smalltalk
History
Joined:
Number of posts:25
Latest posts:

Convert inches to feet?
It is, but the operator being overloaded doesn't appear to be part of his class. But to that effect,...

allegro help
Ok, 2D I'm guessing? It maybe be worth it to learn OpenGL BUT it is also low-level. Meaning it can d...

Need help with callbacks
make the functions global. and then use [code]#extern[/code] to access them. And before you ask, yes...

How to check if std::cin (or stdin) has data in it's buffer.
I was able to get what I wanted by just having my Qt framework call a CallBack function I provided. ...

How to have a class return an instance of it's-self.
I was able to get it to work. It was easy to use a Singleton because I only need bare bones and so t...