Brilliant tutorial. Does not need to go into much detail, but the code is very understandable. http://www.protycoon.com/index.php/2008/03/17/c-game-programming-pong/
How much do you want to become a games developer? Dont know where to get started? http://www.protycoon.com/index.php/2008/02/22/how-to-become-a-games-de...
This tutorial will show you how to buffer overflow programs in order to change the flow. http://www.phoenixbit.com/site/tutorials.asp?view=U2VjdXJpdHkgKEhhY2tp...
Hello! I am going to show you, yes you, how to color your text in a console application using the WIN API. http://www.radcpp.com/article.php?art_id=1170554318{76}
How to find the first occurance of a string within a file, includes sample function. http://www.geekpedia.com/tutorial38_Searching-for-a-string-in-a-File.h...
Detection of End-of-file condition is necessary for preventing any further attempt to read data from the file. http://www.onlinehowto.net/Tutorials/29/Detecting-End-of-file---C++/94...
StructuredProgramingcan be seen as a sub-discipline of Procedural Programing, a major programing paradigm. http://abhikumar163.googlepages.com/tutor_num3_structprog
Exception handling allows you to manage run-time errors in an orderly fashion. http://www.onlinehowto.net/Tutorials/C++/Exception-Handling---C++/103/...
A function is a self-contained block of statements that performs a coherent task whenever it is called. http://www.onlinehowto.net/Tutorials/C++/Functions-in-C++/43/1