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
c++ beginner
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.
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.
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
- 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
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.
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>
Learn the basics at </dream.in.code>
-
psychophoniac
- Posts: 101
- Joined: Wed Dec 03, 2008 5:33 pm
- Location: ger
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
"When I heard birds chirping, I knew I didn't have much time left before my mind would go." - clinko
