Home | Some Useful Links

An Introduction to C++

 

 

Dia Duit! Tá Fáilte romhat!

Here you will find a simple introduction to programming in C++. I've put together 8 short chapters to introduce you to some of the basic concepts of C++. So if you've never programmed in C++, or never even programmed at all, then this website is for you!

 
The guide is split into 8 short chapters so you can take on subjects one by one. They are all in pdf format and can be downloaded below. Once you complete these chapters you can search for more advanced tutorials on the net. Check out the links that I have provided for some useful information. 

The compiler I use in the tutorial is Borlands command line compiler. You can download this compiler for free at: http://www.borland.com/products/downloads/download_cbuilder.html or you could do a search in google for a "free"+"borland"+"compiler". You will find details in chapter 1 for setting up and using the Borland compiler.
 
So now that you have all the information that you need, get downloading and write some programs!!
Goodluck!!

Chapter 1 - Introduction

Chapter 2 - Output

Chapter 3 - Input

Chapter 4 - Decisions

Chapter 5 - Loops

Chapter 6 - Arrays

Chapter 7 - Functions

Chapter 8 - Files

  

Some useful links!

Beginers Guide to C++