GameTutorials C Tutorials

This section displays the C programming tutorials in recommended reading order.  The C language is a high level, procedural based, language that came about in the early 1970’s.  It allows programmers to use a simple English based syntax for writing code while maintaining the potential for speed and memory performance as if using assembly language.   If you are beginning to program, it is recommended you start here then move over to the C++ language.



Photo Product Manufacturer SKU More Info
First C Program GameTutorialsC_001  
Keyboard Input GameTutorialsC_002  
For Loop GameTutorialsC_003  
For Loop Part2 GameTutorialsC_004  
While Loop GameTutorialsC_005  
While Loop Part2 GameTutorialsC_006  
Do While Loop GameTutorialsC_007  
If Statement GameTutorialsC_008  
If Statement Part2 GameTutorialsC_009  
Switch Statement GameTutorialsC_010  
Conditional Statements GameTutorialsC_011  
Mathematical Operator Precedence GameTutorialsC_012  
Binary Operators GameTutorialsC_013  
Preprocessor Directives GameTutorialsC_014  
Functions GameTutorialsC_015  
Functions Part2 GameTutorialsC_016  
Random Numbers GameTutorialsC_017  
Modulus Operator, Random Numbers, and Macros GameTutorialsC_018  
Arrays GameTutorialsC_019  
Structures GameTutorialsC_020  
Strings GameTutorialsC_021  
Reading From a File GameTutorialsC_022  
Writing to a File GameTutorialsC_023  
Recursion GameTutorialsC_024  
Pointers GameTutorialsC_025  
Pointers Part2 GameTutorialsC_026  
Dynamic Memory Allocation GameTutorialsC_027  
String Functions GameTutorialsC_028  
Console Introduction GameTutorialsC_029  
Mouse and Keyboard Console Functions GameTutorialsC_030  
Color Text GameTutorialsC_031  
Screen Buffer GameTutorialsC_032  
Maze GameTutorialsC_033  
Stacks GameTutorialsC_034  
Queues GameTutorialsC_035  
Playing a WAV File GameTutorialsC_036  
Playing MOD Files Using Fmod GameTutorialsC_037  
Playing MP3 or WAV Files Using FMod GameTutorialsC_038  
Bubble Sort GameTutorialsC_039  
Pointers to Pointers GameTutorialsC_040  
Function Pointers GameTutorialsC_041  
QSort GameTutorialsC_042  
 
 
 

 

 

 


 C
 C++
 Win32
 Direct3D
 OpenGL
 C#
 Java
 Free Tutorials