• IMPORTANT: Welcome to the re-opening of GameRebels! We are excited to be back and hope everyone has had a great time away. Everyone is welcome!

[C++] TUT - Lesson 0 - Prerequisites

Fuzed

Well-Known Member
Joined
May 19, 2012
Messages
1,452
Reaction score
2
So welcome to lesson 0 - the setting up lesson.

The first thing you need is a compiler. I recommend Code::Blocks as this is the compiler that I will be using and unless you are familiar with a different compiler it will be easier to use it to follow the tutorials.

A bit of knowledge - a compiler turns the program that you write into an executable that your computer can actually understand and run.

If you need setting up Code::Blocks try this video I cam across:
How to set up Code::Blocks and MinGW
So welcome to lesson 0 - the setting up lesson.
[video=youtube]http://www.youtube.com/watch?v=ec-yYMTUV3c&feature=player_embedded[/video]

Code::Blocks - http://www.codeblocks.org/downloads
 
Top