Quick
Basic
Quick Basic (QB) is a dialect of Beginners All-purpose Symbolic Instruction Code (BASIC).
Its ancestor, BASIC was developed in 1964 at Dartmouth College, U.S.A. by Professors John Kerneny and Thomas Kurtz, as a mean of teaching students a simple language for programming a computer. For this reason, QB is easy to learn, and more structured and flexible at the same time.
I have provided some of the programs that I had coded some time ago. Feel free to download. Please give comments (I know they aren't coded very well).
Source code | Program | Description |
---|---|---|
ex_pass.bas | NULL | This is a part of a password program. |
zoomfont.zip | zoomfont.exe | A program that generate artistic font in DOS base. |
getfont.bas | getfont.exe | This program can view the file generated by zoomfont.exe. |
binary.bas | NULL | Change decimal value to binary value. |
color100.bas | NULL | Change color to color code in SCREEN 12. |
justy2.bas | NULL | Show how to justify text in SCREEN 0. |
justygrh.bas | NULL | Show how to justify text in SCREEN 12. |