Need to find tut's on C++

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
hockey97
Posts: 41
Joined: Mon May 14, 2007 10:47 pm

Need to find tut's on C++

Post by hockey97 »

I need to find a tutorial on C++, I mean like I need to learn te structures of programs, I only know the basic's what a class ect.

I just don't know how to combine all script's to be as one meaning to make a program.
JonLT
Posts: 152
Joined: Thu Mar 15, 2007 5:47 pm
Location: Denmark

Post by JonLT »

hockey97
Posts: 41
Joined: Mon May 14, 2007 10:47 pm

Post by hockey97 »

I know what the basic's of c++ are but don't know how to write a full program.

like using Irrlicht I don't know how to make a Game , I know it's a 3d engine, but I can't start out making my own libaries .

I have seen examples here I know that it's calling a class then a public
and then functions but I don't know how to make custome addon's ect
like for gui I want my own artwork instead of the default ones.
Jallen
Posts: 46
Joined: Tue Jun 19, 2007 5:28 pm
Location: Hampshire, England

Post by Jallen »

basically, if this is the case, you need to start from scratch, because no tutorials will just tell you the structure, its more of a learn as you go process.
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

Tutorials are really not where you want to head into the best form of learning is to by a book like C++ for dummies, then maybe thinking in C++. This -teaches you not only how the pporgramming of the language works but gives you a in depth solution to all your coding desires if I was you I would go down to your local -bookstore and get a up to date beginners guide.

After this you can then get into the egnine, to keep you intereset test your skills along the way with the engine.

Thats what I am doing now.

:D
Programming Blog: http://www.uberwolf.com
Post Reply