|
Calculate Distance Between Two Points Using Longitude & Latitude
|
Other links at C and C++ > Tutorials > Miscellaneous |
| 1. |
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.
|
| 2. |
C# Version 2.0 Specification
|
|
|
C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types. The language extensions in C# 2.0 were designed to ensure maximum compatibility with existing code. For example, even though C# 2.0 gives special meaning to the words where, yield, and partial in certain contexts, these words can still be used as identifiers. Indeed, C# 2.0 adds no new keywords as such keywords could conflict with identifiers in existing code.
|
| 3. |
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.
|
| 4. |
DirectX Programming
|
|
|
A tutorial to help C++ programmers who are new to DirectX get acquainted with the libraries, in particular DirectDraw and DirectInput.
|
| 5. |
The VGA Training Program
|
|
|
This tutorial will teach you how to create some graphics over C++ and Pascal. It requires some programming knowledge.
|
|
|