starting biginner

hello

first off i know my spelling is bad but i really want to learn c++.

my situation is i asked a friend to write a program for me, he said that i realy should learn to do it my self.

the type of program is a dice roller for a d20 game i know the princeales behind this like random [1-10=] if 1 thean or if 6 thean. but i have troube with
what boolian to use and/or where to place it i also dont know how to start or finnish a code. and is there a certian editor i should use becuse c++ is justa language not a program.

so im asking for a startng help. like complier decomplier programs and what is needed to run it when finished

i know some html and very little vb from the word 2008 spread sheet with the moduals.

so can any one help me thanks
Hi!

What kind of c++ compiler do you want to use?
Firstly you need a compiler and IDE. I suggest visual studio express
http://www.microsoft.com/express/product/default.aspx

or QtCreator
http://qt.nokia.com/downloads (free version! and this is multiplatform)

Secondly, you could look a random generator sample program:

http://www.cplusplus.com/reference/clibrary/cstdlib/rand/
http://www.daniweb.com/forums/thread1769.html
The tutorial should help you: http://www.cplusplus.com/doc/tutorial/
Topic archived. No new replies allowed.