Here you will find computer programming examples for several programming languages using Windows and Linux operating systems.
I changed jobs and didn't touch a computer again until I purchased an Atari 800XL in 1984. I was hooked! I did not use Atari BASIC; instead I purchased (name forgotten) cartridge basic.
It had subs,functions,types the works. I was never a GOTO Spaghetti cowboy. I also learned 6502 assembler using the MAC65 macro assembler. Then on to my first PC, a Tandy using Quick Basic.
I wrote a program on my own time, to consolodate record keeping in my department at GE and submitted it for a General Electric Suggestion Award. It was implemented
and I received a cool $1K for my efforts. The IT department was livid that a blue collar factory worker produced such quality code.
I've done a lot of research on BASIC programming languages with my interest returning to BCX these last few years. With the added c++ support I saw a real potential that needed just a few more items. I decide to fork the project and bc9Basic was born.The king-pin of languages is, in my opinion, c++. The number of libraries available is staggering. I always hoped someone would develop an open source oop-enabled basic because I really dislike the c/c++ nomanclature with all it's braces and semi-colons. Now with bc9Basic I have the best of both worlds: c++ without all the crap!