home
Contact
RSS Feed
rss

Archive for the ‘C++’ Category

Beginners Complete Guide to C++

Thursday, December 13th, 2007

Here you will learn the basics of the C++ Programming language.

To start off you must know that we are using the C++ that uses the Win32 Console, not graphical interface. (more…)

Looping your program and basic Functions(C++)

Wednesday, November 21st, 2007

Functions and Making your Program loop C++
So this seems to be a problem with some newer programs, how do you get your program to loop back to the main menu when it is complete? I will also be showing basic function usage in this tutorial. I assume you know how to read in to variables and print strings etc… (more…)