|
Allegro Vivace
|
Other links at C and C++ > Tutorials > Miscellaneous |
| 1. |
Allegro Vivace
|
|
|
This is a comprehensive tutorial to guide newcomers to game programming and Allegro through the process of writing a simple game. Allegro is a game programming library.
|
| 2. |
Game Programming in C
|
|
|
There are a number of tutorials available for the intermediate game programmer, but there are very few good tutorials for beginners who have never drawn a pixel on the screen. A quick search on the net reveals hundreds of sites devoted to 3D, polygons, texture- mapping and other advance topics, but the beginner has no where to get started. This tutorial is for C programmers who want to start learning game programming.
|
| 3. |
Casting in C++
|
|
|
The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to name a few. This tutorial discusses one of the minor extensions: the new C++ casting operators.
|
| 4. |
How to generate true random numbers
|
|
|
The rand() function in C/C++ and other languages gives predictable results. This guide shows you how to use atmospheric radiation to generate really random numbers.
|
| 5. |
Game Programming in C
|
|
|
There are a number of tutorials available for the intermediate game programmer, but there are very few good tutorials for beginners who have never drawn a pixel on the screen. A quick search on the net reveals hundreds of sites devoted to 3D, polygons, texture- mapping and other advance topics, but the beginner has no where to get started. This tutorial is for C programmers who want to start learning game programming.
|
|
|