I Need Some Basic C++ Tutorials

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
tharshan
Posts: 19
Joined: Sun Jun 17, 2007 1:39 am
Contact:

I Need Some Basic C++ Tutorials

Post by tharshan »

Hi,

Yes. I Need Some Basic C++ Tutorials Links Please.
i already know C#,.NET , VB , JAVA , etc.

but i am using Microsoft Visual C++ 2005 (Express/ Professional Edition) to create irrlicht applications..

what is the best way to learn C++ ? is there any different in learning C++ for irrlicht ?

i found a lot of tutorials / books in Google.. is this OK to learn them for lrrlicht ?


Thank You.
Venkadesan V Tharshan
GuerillaSoftworks
Posts: 83
Joined: Wed May 23, 2007 6:11 pm

Post by GuerillaSoftworks »

The tutorials at http://cprogramming.com are quite good, they cover a range of things. They helped me alot back in the day and are still usefull now as reference.

Good luck.
Guerilla Softworks

New Guerilla Softworks website under construction - http://guerillasoftworks.awardspace.com
tharshan
Posts: 19
Joined: Sun Jun 17, 2007 1:39 am
Contact:

Thank You

Post by tharshan »

Thank You :D
Venkadesan V Tharshan
roxaz
Posts: 575
Joined: Tue Jan 23, 2007 8:35 pm
Location: LT

Post by roxaz »

tharshan
Posts: 19
Joined: Sun Jun 17, 2007 1:39 am
Contact:

Thank You

Post by tharshan »

Thank You :D
Venkadesan V Tharshan
JonLT
Posts: 152
Joined: Thu Mar 15, 2007 5:47 pm
Location: Denmark

Post by JonLT »

I book i found very usefull was 'Beginning C++ Game Programming' by Micheal Dawson. It starts at the bottom and works it's way up. You don't have to know any C++ do use this book
Jallen
Posts: 46
Joined: Tue Jun 19, 2007 5:28 pm
Location: Hampshire, England

Post by Jallen »

I have C++ for dummies which is pretty good, but id agree that http://cprogramming.com is one of the best free online tutorials.

Irrlicht is an engine which (as you know many languages already you should understand what im about to say) is basically just a compilation of funtions that you can use to make making a game easier.

So to really use Irrlicht well to make a good game, you need to know C++, because you cant make a game just by using the functions really.
cemedias
Posts: 17
Joined: Mon Jun 11, 2007 9:58 pm

Post by cemedias »

http://www.cplusplus.com/. I suggest going to your local overstock store or library and checking out some books there. Books really are a lot better than tuturials.
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

Firstly you must realise programmings not all fun and games 60% of your time will be spent debugging and finding whats wrong with your program. I really suggest getting a certificate with a uni / organisation. A couple hundred dollars will take you through the entire language step by step.
Programming Blog: http://www.uberwolf.com
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post by Dances »

dejai wrote:Firstly you must realise programmings not all fun and games 60% of your time will be spent debugging and finding whats wrong with your program. I really suggest getting a certificate with a uni / organisation. A couple hundred dollars will take you through the entire language step by step.
^^ all true though personally I spend about 90% of my time debugging.

Heres another good site... its nice when you see things like data types, new and delete, namespaces, etc. and want to learn more about them.

http://www.codersource.net/codersource_ ... mming.html
Post Reply