Page 1 of 1

Hey, I am a beginner

Posted: Mon Jul 27, 2009 8:56 am
by lsteam
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.

Posted: Mon Jul 27, 2009 10:09 am
by wildrj
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.

Posted: Mon Jul 27, 2009 10:59 am
by lsteam
I understand, but I got no answer to my question as to whether I need to know OpenGL or DirectX to write a game in irrlicht

Posted: Mon Jul 27, 2009 11:03 am
by wildrj
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.

Posted: Mon Jul 27, 2009 12:51 pm
by Virion
wildrj wrote:However if you wish to change something within irrlicht you may need to have some opengl or directx knowledge.
which normally beginners won't need to do so (don't scare him!) :lol:

Hey, I am a beginner

Posted: Tue Jul 28, 2009 5:57 am
by stevetamis
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++.

Re: Hey, I am a beginner

Posted: Tue Jul 28, 2009 7:26 am
by Josh1billion
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++.
Yes, you will need to know C++. You do not need to know OpenGL or DirectX.

Posted: Wed Jul 29, 2009 12:05 pm
by lsteam
Thank you very much, sorry if my sentence was not correct I am a Pole, and begin to learn where I can find documentation for irrlicht and propose at the beginning.

Posted: Wed Jul 29, 2009 7:31 pm
by Frank Dodd
I found the best way to learn was to try and look through the examples, if you have a specific problem you will almost always find someone else has had it and a search will locate it in the forums.