User profile: J4ke

User info
User name:J4ke
Name:Jake Springer
Location:My house
History
Joined:
Number of posts:103
Latest posts:

How do start windows programming?
Look into Qt (http://qt-project.org/). You can Google tutorials for this.

I have a confession
You, my friend, need to learn Java. This is a very simple way of explaining classes, polymorphism, a...

best/worst code youve seen?
My favorite piece of code: [code]float Q_rsqrt( float number ) { long i; float x2, y; const float...

Organizational System Giving Errors
I'm making a game with the following class structure: [b]GameControl[/b] - The class that actually ...

Including .png Files When Compiled
The best way of doing this would probably to have some level of encryption on the png files. You cou...