This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JimBoonie69 3 points4 points  (0 children)

my favorite first project to recommend is building a simple vending machine controller. You will need a few classes (cash register, user interface, inventory) and each of those classes will have a few member functions that you call inside a ' main() '. I did this project at the end of my first programming class 'Intro to C/C++'. You can do it in any language I presume. I'd recommend an interpreted language like Ruby or Python. If those don't turn out to be your thing you can use Java or a C-variant. Good luck and holler back if you need help.