How do start windows programming?Look into Qt (http://qt-project.org/). You can Google tutorials for this.
I have a confessionYou, 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 ErrorsI'm making a game with the following class structure: [b]GameControl[/b] - The class that actually ...
Including .png Files When CompiledThe best way of doing this would probably to have some level of encryption on the png files. You cou...