QBasic
go ahead
C++
Follow it
C#
Dive

QBASIC

QBASIC
Qbasic is a high level programming language developed in order to design simple procedural problems and for learning programming for those users who want to learn programming. By using qbasic we can learn about the logic and conditional anlysis ,moreover it is the best way to learn for advanced programming languages like c++,java,visual basic,sun, etc
Qbasic can be very helpful to students interested in qbasic.  

QuickBasic
QBASIC is an interpreter but QuickBASIC is facilitated with built-in compiler that makes an EXE file.
QBASIC is a programming Language.

What is QBASIC?
QBASIC is a a stripped-down version of QuickBasic that Microsoft released in 1991, which was included for free with MS-DOS 5 and later versions. It also comes packed-in with the Windows 95 and Windows 98 operating systems. 

What is the difference between QBASIC and QuickBasic?
While QBASIC is shareware, QuickBasic is commercial software. Compared to QuickBasic, QBASIC is limited as it lacks a few functions. QBASIC can only handle programs of a limited size, it lacks support for separate QuickLibrary modules other than the standard QB.QLB, and it is a program interpreter only. (It can execute raw source code, but it cannot be used to produce executable files directly.) .  
 
How can I get started programming in QBASIC?
It's quite easy, actually! First, download QBASIC and install it. Just directly move to the directory you have install qbasic and doubleclick "QB.EXE"  

To run a program accessing from standard Menu
-Press ALT+R
-Select start
OR
Press f5 to execute or run the program
Statement  "SWAP"
 The statement SWAP interchanges the value between two variables.

To Save a File
-Press ALT+F
-Select "Save As" option from pull down menu of file option
-Type the filename in dialoguebox and enter.
 
To open a file
-Press ALT+F to pull down File menu
-Select Open Program.....option
-A list of files will be shown from default path
-Select a file and press enter.


This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free