c++ beginner

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
iammfa
Posts: 3
Joined: Sun Apr 05, 2009 3:16 pm

c++ beginner

Post by iammfa »

Hi All,
since two months i started learning c++, i am learning programming for developing video games, i searched alot in forums and read in many sites talks about game development , that irrlicht is most powerful engine, so i want ask:
although i still beginner in c++, is it easy to develop small easy 3d games with irrlicht..? if i can't now, how much time i should experience with c++ for starting developing with irrlicht..?

i hope guide me
regards
MFA
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

How much programming experience do you have in general? Or is C++ your first language?

If you're so new to programming in general then Irrlicht could be tricky to take on but it probably depends entirely on the individual person as to how soon they can jump in.

Take a look over the example apps provided in the Irrlicht SDK and if none of it really makes any sense to you then it's probably a bit too early to dive in, otherwise you can always start tinkering around and see how it goes.
Image Image Image
iammfa
Posts: 3
Joined: Sun Apr 05, 2009 3:16 pm

Post by iammfa »

i started with study pdf book talks about c++ basics, it contains:

- c++ basic contains
- I/O in c++
- If statements, for-loops,while & do ...
- arrays

now i trying learn from great modules:
C++ Programming for game developers module I
C++ Programming for game developers module II

but i still in module I
Joe_Oliveri
Posts: 448
Joined: Tue Oct 05, 2004 3:24 am
Location: Boston, MA

Post by Joe_Oliveri »

Welcome!

Those are two good classes to take online. Complete those classes and you will have a good understanding of C++. Then you will be ready to take on the challenges of programming games.

Never turn off the learning switch. This is the best community to get a solid foundation in game development.
Irrlicht Moderator || Game Designer
Learn the basics at </dream.in.code>
psychophoniac
Posts: 101
Joined: Wed Dec 03, 2008 5:33 pm
Location: ger

Post by psychophoniac »

best way to learn c++ besides books is (of course) learning by doing.
i learned most of my c++ knowledge while using irrlicht or writing some programms, not reading books.
i love skateboarding!
DtD
Posts: 264
Joined: Mon Aug 11, 2008 7:05 am
Location: Kansas
Contact:

Post by DtD »

If you feel confortable with Object Oriented Programming, then you should be fine. If not, just keep learning. Irrlitch it very easy to use, but only if you atre good at C++, particularly in the category of OOP.

~DtD
wITTus
Posts: 167
Joined: Tue Jun 24, 2008 7:41 pm
Location: Germany

Post by wITTus »

Make sure to read on design patterns. This will help you to organize your code in a more efficient way, understand other libraries faster and get the right feeling for OOP.
Generated Documentation for BlindSide's irrNetLite.
"When I heard birds chirping, I knew I didn't have much time left before my mind would go." - clinko
Post Reply