Examples of using Quickbasic in English and their translations into Greek
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Financial
-
Official/political
-
Computer
QBasic is a subset of QuickBasic version 4.5.
In QuickBasic 4.00, 4.00b, and 4.50 programs that are run as compiled.
QCF files are Uncommon Files primarily associated with QuickBASIC Coordinates File.
QuickBasic 4.0 and later willsupport a math co-processor, however, QBasic does not.
EXE files andprograms run within the QuickBasic versions 4.00, 4.00b, and 4.50 environment(QB. EXE).
The module-level code of the main module is the only code directly executed by QuickBasic.
The following diagram summarizes how QuickBasic compiled programs are loaded into memory at run time.
The final major aspect of QuickBasic memory management is that QuickBasic attempts to make efficient use of memory, which may cause variable-length strings, variable-length string arrays, and dynamic arrays to move around in memory from statement to statement at run time.
LOF(n) returns the room left in the TRANSMIT buffer in QuickBasic versions 4.00, 4.00b, and 4.50 and Microsoft Basic Compiler versions 6.00 and 6.00b for MS-DOS and MS OS/2.
When the modules are saved together, QuickBasic creates a file(with the extension. MAK) that keeps track of the main module and the other modules that are used by the main.
Thus, in programs run within the QuickBasic 4.00, 4.00b, or 4.50 environment(QB. EXE), arrays are stored as follows.
This information applies to Microsoft QuickBasic versions 4.00, 4.00b, and 4.50 and to Microsoft Basic Compiler versions 6.00 and 6.00b for MS-DOS and MS OS/2.
Summary Programmers may want to understand how Microsoft QuickBasic and Microsoft Basic Compiler arrange memory in order to write programs that make efficient use of system resources.
EXE environment, please see the"Microsoft QuickBasic: Learning to Use" manual for version 4.50, or see the"Microsoft QuickBasic 4.0: Learning and Using" manual for versions 4.00 and 4.00b and the Basic compiler versions 6.00 and 6.00b.