Official Review
NULL
|
Other links at C and C++ > Tips and 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. |
Ip address of a computer using winsock
|
|
|
There is a function gethostbyname for getting the ip address using Winsock. This function will retrieve the ip address details into a variable of type "structure hostent". Read for more info at a href=http://www.codersource.net/win32_socket_ip_address.htmlIP Address Retrieval/a
|
| 3. |
DirectX Programming
|
|
|
A tutorial to help C++ programmers who are new to DirectX get acquainted with the libraries, in particular DirectDraw and DirectInput.
|
| 4. |
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.
|
| 5. |
Calculate Distance Between Two Points Using Longitude & Latitude
|
|
|
Tutorial and sample codes to calculate the distance between two locations. Free sample source codes in PHP, ASP, ColdFusion, C/C++, C#, Java, Perl, Visual Basic and Javascript. Longitude and latitude for United States ZIP Code and Canadian Postal Code are available in database subscription.
|
|
|