Template:C plus plus:Tutorials:External
From GPWiki
(Difference between revisions)
| Line 34: | Line 34: | ||
=== Misc === | === Misc === | ||
* [http://www.flipcode.com/articles/article_betterprogrammer.shtml flipCode - Being A Better Programmer] | * [http://www.flipcode.com/articles/article_betterprogrammer.shtml flipCode - Being A Better Programmer] | ||
| + | * [http://programmer-tutorials.com Programmer-Tutorials - C++ Database by programmers ] | ||
=== Video Tutorials === | === Video Tutorials === | ||
* [http://www.marek-knows.com OpenGL game development video tutorials] | * [http://www.marek-knows.com OpenGL game development video tutorials] | ||
Latest revision as of 23:04, 28 March 2012
Contents |
General
Unicode / Multi-Byte string support
General Object-oriented Programming
- Object Orientation Tips
- Object-Oriented System Development
- GameTutorials.Com - C++ Programming Tutorials
- flipCode - Using Inheritance And Virtual Functions
- Thinking in c++ second edition
- NextDawn - C and C++ Programming Tutorials
Object-oriented Game Programming
- DevMaster.Net - Object-Oriented Game Design
- Game From Scratch - Developing A Complete Game in C++
- Gamasutra - Game Coding Complete: Smart Design Practices (book excerpt)
- Gamasutra - Object-Oriented Game Development: Iterative Development Techniques
- Gamasutra - The Guerrilla Guide to Game Code
- GameDev.Net - Object-Oriented Scene Management
- generation5 - Object-Orientation and Gaming
Design Patterns In Games
Syntax
- flipCode - C++ Coding Style
- GameDev.Net - Satan's Syntax
- particletree · Successful Strategies for Commenting Code