need help with two things

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
Pedator Catcher
Posts: 3
Joined: Sat Dec 01, 2007 8:15 pm

need help with two things

Post by Pedator Catcher »

Okay, does anyone know where i can learn C++ coding? because i really liked the irrlicht screen shots and want to try and make a game myself 8)

and the other thing i wanted to know is where can i find a program that will let me make music for games i make?

~thanks :P
ultran00b
Posts: 35
Joined: Tue Oct 30, 2007 3:30 pm

Post by ultran00b »

Ugh... Well, you can learn C++ from a book, or from an online tutorial. Look on cplusplus.com for a few good ones. And as to where can you make music for your game, ummmm, you can compose it yourself :D
Use the debugger, young Skywalker...
CuteAlien
Admin
Posts: 9716
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

You can start learning it here: http://www.cplusplus.com/doc/tutorial/
Beside that google and wikipedia also will deliver a lot of useful information.

C++ is not the easiest language to start with, so if you have no programming experience at all I would recommend to learn an easier language like Python first. But that's up to you - some people also do c++ as first language and do succeed.

The best way to learn working with Irrlicht is by looking, understanding and modifying the examples.

You can make music with any instrument you like and just record it for a start :-) I wrote some more about that topic in the last post here: http://www.irrgheist.com//phpBB2/viewtopic.php?t=205
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Pedator Catcher
Posts: 3
Joined: Sat Dec 01, 2007 8:15 pm

Post by Pedator Catcher »

thanks for the help with c++

ummm.. if you don't know any program for making music 8) .... do you know any for midis?
arras
Posts: 1622
Joined: Mon Apr 05, 2004 8:35 am
Location: Slovakia
Contact:

Post by arras »

Thinking in C++ 2nd Edition by Bruce Eckel
C Programming and C++ Programming

I strongly recommend you to learn C++ basics before playing around with Irrlicht.
zeno60
Posts: 342
Joined: Sun May 21, 2006 2:48 am
Location: NC, USA
Contact:

Re: need help with two things

Post by zeno60 »

Pedator Catcher wrote:Okay, does anyone know where i can learn C++ coding? because i really liked the irrlicht screen shots and want to try and make a game myself 8)

and the other thing i wanted to know is where can i find a program that will let me make music for games i make?

~thanks :P
I think something like Game Maker or modding tools (Source SDK, etc.) for other engines would be more suited for you if you are more interested in making a game than learning C++.

http://www.yoyogames.com/make - Game Maker Info
http://en.wikipedia.org/wiki/Source_SDK
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

ummm.. if you don't know any program for making music Cool .... do you know any for midis?
Music is the last thing you put in the game. Since you don't know c++, you have a long road to haul before you need to worry about it. Like someone else said, it's a hard language to start out on because of pointers. Writing a game with python would be a good place to learn the fundamentals of programming. After that you could start on c++.
Pedator Catcher
Posts: 3
Joined: Sat Dec 01, 2007 8:15 pm

Post by Pedator Catcher »

i didn't really want to make music for irrlicht games, I've made alot of games with blender and wanted the music for them, anyway thanks for the help with c++, i think i have every thing i need now :D ba ba thanks
humbrol
Posts: 83
Joined: Sun Nov 18, 2007 8:22 pm

Post by humbrol »

C++ without fear by Brian overland is a GREAT starter book

then move on to C++ for game programmers by Noel LLopis

and check online for tutorials and play around =)
Post Reply