
Originally Posted by
beastgmod
how to start , im interested
Start downloading visual studio. Download eclipse if you want to go with java as your language. Me personally i like the C#,c++ and visual basic more than java. There are more languages but these four has a lot of documentation that you can use to learn. Start with a simple hello world, when i started programming i remember that when i saw the code of system.out.print from java i almost flipped because i started thinking ahead and did not understand what any of those words meant, but your mentality at first needs to be at when to use these codes , thats all. By the way that code is to write messages on screen thats it, dont over complicate things.
So yeah if you want a to do list:
1.Choose programming language to start learning
2.Take it easy
3.Try to understand when codes should be used
4. Dont over complicate things
5.Things to try and make: print message on screen(Hello World),a menu to print messages, calculator, etc.