by Spiked3 » Thu Mar 12, 2009 2:27 am
by Spiked3
Thu Mar 12, 2009 2:27 am
Are you starting out programming?
When I started, basic was the hot thing and so basic and fortran were my first 2 languages (mid 70s). The problem you will have starting out today is the basics that are 'modern' do not translate well to things like robobasic. While Microsoft offers a free express visual basic, it will probably confuse you more than help. I would suggest finding a GNU (free) basic compiler, and simple editor you are comfortable with. Notepad would almost work but im sure there are plenty of simple programming editors out there.
Then start by writing a simple game, like blackjack, or some dice game - something simple to get your feet wet on the concepts of variables, loops, conditionals etc. Once you do that it will be easier to have ideas for your robobasic programs.
The problem with robobasic alone as a starting point is diagnosing programming errors is very difficult, unless you add the LCD device or something similar, and even then it is not ideal. With basic on your PC, you can insert lots of print statements to see where things go wrong.
good luck, do a lot of reading.
Are you starting out programming?
When I started, basic was the hot thing and so basic and fortran were my first 2 languages (mid 70s). The problem you will have starting out today is the basics that are 'modern' do not translate well to things like robobasic. While Microsoft offers a free express visual basic, it will probably confuse you more than help. I would suggest finding a GNU (free) basic compiler, and simple editor you are comfortable with. Notepad would almost work but im sure there are plenty of simple programming editors out there.
Then start by writing a simple game, like blackjack, or some dice game - something simple to get your feet wet on the concepts of variables, loops, conditionals etc. Once you do that it will be easier to have ideas for your robobasic programs.
The problem with robobasic alone as a starting point is diagnosing programming errors is very difficult, unless you add the LCD device or something similar, and even then it is not ideal. With basic on your PC, you can insert lots of print statements to see where things go wrong.
good luck, do a lot of reading.