I haven't had the chance on starting to program in any kind of BASIC lang. yet. And, I was wondering if anyone had any suggestions on how to start off and where? I have been searching around on the message board a little and have noticed that there are many different types of BASIC. For a little background knowledge, I have only used HTML and Turbo PASCAL in the past.
Comments
: I haven't had the chance on starting to program in any kind of BASIC lang. yet. And, I was wondering if anyone had any suggestions on how to start off and where? I have been searching around on the message board a little and have noticed that there are many different types of BASIC. For a little background knowledge, I have only used HTML and Turbo PASCAL in the past.
:
P.S Qb 4.5 can compile your code into an exe
If you're wanting a Dos BASIC, then QB4.5
is good to start with. Then, if you like the
languge and can spare about $100, you should
try PowerBASIC's PBDos3.5. It makes fast,
compact, stand-alone EXE's and supports inline
asm for speeding up critical routines. It also
allows use of up to 32MB of RAM. They make a
Win32 compiler too (PBDLL6.1), with every great
feature you could want, except you'd probably
want to use one of the free GUI builders to
design windows and dialogs, since PBDLL requires
hand coding for these.
TB
I use QBasic 1.1, one disadvantage it has from other versions is that it can't be compiled, an advantage is that it's free and you've probably already got a copy of it.
Ray