Hey
My English is not the best at the level of comprehension, so please, I am a novice programmer until I have plans to buy the book in Symphony in C + + standard, and here was my only question is whether this book is needed and must also be familiar with OpenGL or DirectX to create a small game for irrlicht.
Hey, I am a beginner
In all honesty you can learn any language or library from resource on the internet. A good book is always nice but not needed.
Below are two good sites to teach you c++.
http://www.cprogramming.com
http://www.cplusplus.com
Now understand they don't go to far into detail but if you have experience with other languages you should catch on fast.
Below are two good sites to teach you c++.
http://www.cprogramming.com
http://www.cplusplus.com
Now understand they don't go to far into detail but if you have experience with other languages you should catch on fast.
http://wild.deathtouchstudios.com << My gamedev blog
<Programming is a way of life>
If at first you don't succeed press the delete key till you do
<Programming is a way of life>
If at first you don't succeed press the delete key till you do
You do not need to know opengl or directx to make a game with irrlicht . Irrlicht handles all these things for you. However if you wish to change something within irrlicht you may need to have some opengl or directx knowledge.
http://wild.deathtouchstudios.com << My gamedev blog
<Programming is a way of life>
If at first you don't succeed press the delete key till you do
<Programming is a way of life>
If at first you don't succeed press the delete key till you do
which normally beginners won't need to do so (don't scare him!)wildrj wrote:However if you wish to change something within irrlicht you may need to have some opengl or directx knowledge.
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
-
- Posts: 3
- Joined: Tue Jul 28, 2009 5:25 am
Hey, I am a beginner
Well i read the previous comments and i am glad that a beginners are guided very well, but i would like to know that is it necessary to have a basic knowledge of C++.
-
- Posts: 125
- Joined: Thu Dec 11, 2008 9:50 pm
- Location: Wisconsin
- Contact:
Re: Hey, I am a beginner
Yes, you will need to know C++. You do not need to know OpenGL or DirectX.stevetamis wrote:Well i read the previous comments and i am glad that a beginners are guided very well, but i would like to know that is it necessary to have a basic knowledge of C++.
-
- Posts: 208
- Joined: Sun Apr 02, 2006 9:20 pm