Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
|
|||||||
Begin your free trial now
Pay-as-you-go options starting at $10/user/month
Pay-as-you-go options starting at $10/user/month
Which BASIC programming language to use??
|
|
Thread Tools | Search this Thread |
|
#1
|
||||
|
||||
|
Which BASIC programming language to use??
Hi All...
At work, i've got to write a complicated quotation program. The catch is that i've already written it - on a Apple II many years ago in BASIC... Now ive got to do it all over again for the PC... But i don't know which BASIC program to use - Ive only heard of Visual BASIC - any others out there... If anyone can remember far back, i'd like it as similar as APPLE II Basic which is almost identical to the Sinclair Spectrum's Basic.. Like:- 100 ?"Hello" 110 Input a$ 120 If a$="goodbye" then gosub 500 etc etc... I know i could use emulators, but i'd rather not in this case... Anyone help me?? |
|
#2
|
||||
|
||||
|
Visual Basic is a windows-only language. QBASIC/GWBASIC etc.. is DOS.
The difference being Visual Basic gives you the opportunity to use BASIC language inside of windows and forms so you can interact within the Widnows enviroment.. QBASIC, for example, is command-prompt only.. Which means no Window interface. There may be some difference between Apple's Basic and MS's basic though. 100 ?"Hello" for example, would probably be 100 PRINT "Hello".. If I remember correctly. |
|
#3
|
||||
|
||||
|
Cheers Rick...
Guess i never really thought about that - Yes, if its going to be similar then IT has to be in DOS (command prompt)... So QBASIC and GWBASIC are the only two that you've heard of?? |
|
#4
|
||||
|
||||
|
quick basic is easy to program.
I would say to use a more up to date language like java, which has either command line or gui. |
|
#5
|
||||
|
||||
|
qbasic and gwbasic don't let you make executables, a thing called quickbasic does..
here's something to keep you busy: http://www.programmersheaven.com/zone6/cat700/index.htm |
|
|
|
#6
|
||||
|
||||
|
Latter versions of qbasic do have the feature to compile executables.
GW does not. |
![]() |
| Similar Topics | ||||
| Topic | Replies | Forum | ||
BASIC Programming Language?
|
12 | General Discussion | ||
Learning a Programming Language.. Where to start?
|
3 | Software Apps | ||
Programming Language
|
45 | Software Apps | ||
Microsoft presents a new programming language, F#
|
0 | General Discussion | ||
Favourite programming language
|
32 | Software Apps | ||
| Thread Tools | Search this Thread |
|
|
All times are GMT -4. The time now is 06:43 AM.



BASIC Programming Language?