Official Review
NULL
|
Other links at C and C++ > Tips and 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. |
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.
|
| 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. |
The VGA Training Program
|
|
|
This tutorial will teach you how to create some graphics over C++ and Pascal. It requires some programming knowledge.
|
| 5. |
Count Instances of Process or Application in C/C++
|
|
|
This article describes how to count the number of instances of a process that are currently running on the system. It is written in C++ for Windows, but could be ported to other systems and languages easily. (Linux, Visual Basic/VB, C, Unix, MacOS) The system just needs to support interprocess semaphores. The idea can be extended to count any resource, such as a thread, file, data structure, or network object.
|
|
|