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.
http://www.cpp-home.com/tutorial.php?17_1
(Clicks: 2;
Comments: 0;
Listing added: Aug 25, 2009)
|
A tutorial covering array declaration, accessing array elements, entering data, initializing arrays, and multidimentional arrays. This tutorial also includes code examples for demonstration.
http://www.mycplus.com/cplus.asp?CID=3
(Clicks: 0;
Comments: 0;
Listing added: Aug 22, 2009)
|
How to write a referal spam application. Its a good introduction to web browser control and C# in general.
http://web-professor.net/wp/2007/01/11/how-to-write-a-referrer-spam-application-with-c/
(Clicks: 0;
Comments: 0;
Listing added: Aug 19, 2009)
|
In this tutorial you will learn about C Programming Lanuage, Overview of C, Sample program - Printing a message, Executing a C Program and Basic structure of C programs.
http://www.exforsys.com/content/view/1910/364/
(Clicks: 3;
Comments: 0;
Listing added: Aug 14, 2009)
|
In this tutorial you will learn about Single character input output, String input and output, Formatted Input For Scanf, Input specifications for real number, Input specifications for a character, Printing One Line, Conversion Strings and Specifiers, Specifier Meaning.
http://www.exforsys.com/content/view/1987/364/
(Clicks: 1;
Comments: 0;
Listing added: Jul 30, 2009)
|
This code shows you how to access private data members in classes without using the friend keyword.
http://code.dreamincode.net/snippet74.htm
(Clicks: 2;
Comments: 0;
Listing added: Jul 28, 2009)
|
Data types can be a little tricky sometimes, and difficult to understand, this book explains how data types work, and also shows you how to use them by giving examples.
Even someone with an IQ under 25 can understand C++ data types using this book.
http://www.atlastelecom.ro/~bitzone/ucppdt
(Clicks: 0;
Comments: 0;
Listing added: Jul 24, 2009)
|
It is complete tutorial covering basics of Pointers, dynamic memory allocation, allocating blocks of memory and comparison of pointers and arrays.
http:///www.mycplus.com/cplus.asp?CID=6
(Clicks: 4;
Comments: 0;
Listing added: Jul 20, 2009)
|
In this tutorial you will learn about C Programming - Arrays - Declaration of arrays, Initialization of arrays, Multi dimensional Arrays, Elements of multi dimension arrays and Initialization of multidimensional arrays.
http://www.exforsys.com/content/view/1995/364/
(Clicks: 2;
Comments: 0;
Listing added: Jul 11, 2009)
|
Platinum Player is a Cool Advanced CD-Player that features Full Skin Support! It contains all of the basic features as a regular CD Player like Previous, Next, Pause, Play, Stop, Eject, Playlist, and more... It contains some advanced features as well suchas "Set as Default CDPlayer, Repeat Track (Song), Repeat Disc, Always on Top, Key Shortcuts, and more..." This CDPlayer was Written and Programmed By Michael J. Hardy using Dev-C++ v5 Beta 8. It has been fully Tested By Mike Hardy's Wife (Kara L. Hardy) and has been Rated a 10/10 from Programmers Heaven. Please Download the Source and the program Email Mike Hardy at scoobyto@fidnet.com and give him your oppinions...
http://www.geocities.com/coolcdplayer
(Clicks: 2;
Comments: 0;
Listing added: Jun 30, 2009)
|
function main() is the application's main routine where a program starts execution.It is the first user-written function run when a program starts.Object-oriented C++ programs consist mostly of classes, but there's always at least one C-like function: main(). main() is called more or less at the beginning of the program's execution, and when main() ends, the runtime system shuts down the program. main() always returns an int, as shown below:
http://www.techxcel.com/content/view/58/1/
(Clicks: 0;
Comments: 0;
Listing added: Jun 23, 2009)
|
This snippet focuses on the uses of the STL deque class in a recursive algorithm, namely to solve a maze.
http://code.dreamincode.net/snippet27.htm
(Clicks: 1;
Comments: 0;
Listing added: Jun 22, 2009)
|
An intermediate tutorial designed for experienced C++ programmers.
http://www.cpp-home.com/tutorial.php?14_1
(Clicks: 1;
Comments: 0;
Listing added: Jun 17, 2009)
|
In this tutorial you will learn about C Programming - Linked Lists, Structure, Advantages of Linked List, Types of linked list and Applications of linked lists.
A linked list is called so because each of items in the list is a part of a structure, which is linked to the structure containing the next item. This type of list is called a linked list since it can be considered as a list whose order is given by links from one item to the next.
http://www.exforsys.com/content/view/2076/364/
(Clicks: 12;
Comments: 0;
Listing added: Jun 11, 2009)
|
Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite?
What is SQLite? SQLite is a C library that implements an embeddable SQL database engine.
Are you looking for a way to create compact and yet very powerful database applications without without having to buy a commercial database server?
Do you want full control over the size of your database applications without having to use ADO, ODBC and other bloated libraries?
Are you a shareware programmer having trouble finding a database server suits your unique needs? Why not use SQLite?
If you answered "Yes" then download this sample eBook to see what it can do for you.
http://www.yeohhs.com/vcsqlite1.htm
(Clicks: 10;
Comments: 0;
Listing added: Jun 9, 2009)
|