By using this site, you agree to our Privacy Policy and our Terms of Use. Close
OGY said:
You want to start small, learn the coding techniques, then it doesn't really matter what language you program in. However, i suggest java or c++, but to be honest java is anal.

look into these important elements of programing

- if/esle statements
- switch statements
- while loops
- for loops
- input/output

play around with these, most programmes, say Dev C++ provides the hello world project, just build on that and play around with these techniques.

after that and you feel confident, move onto harder stuff like:

- header files and classes
- functions and parameters
- objects
- inheritence
- pointers

Then if you get that far, well there is plenty of advanced stuff to do after that.

 

first time i heard that phrase....

 

but other than that, thanks for the info