Page 1 of 1

need help with two things

Posted: Sat Dec 01, 2007 9:36 pm
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

Posted: Sat Dec 01, 2007 10:33 pm
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

Posted: Sat Dec 01, 2007 10:35 pm
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

Posted: Sat Dec 01, 2007 11:39 pm
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?

Posted: Sun Dec 02, 2007 1:08 am
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.

Re: need help with two things

Posted: Sun Dec 02, 2007 1:51 am
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

Posted: Sun Dec 02, 2007 1:56 am
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++.

Posted: Thu Dec 13, 2007 3:16 am
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

Posted: Thu Dec 13, 2007 7:14 am
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 =)