|
| |
| | QBasic - Wikipedia, the free encyclopedia |
 | | QBasic is able to be run natively under nearly all versions of DOS and Windows, and by using the free DOSBox emulator, it can run on platforms such as Linux and FreeBSD. |  | | QBasic (a name derived from QuickBASIC, BASIC being an acronym for Beginner's All-purpose Symbolic Instruction Code) is a variant of the BASIC programming language. |  | | QBasic was also the subject of several programming books for beginners. |
|
http://en.wikipedia.org/wiki/QBASIC_programming_language
(869 words)
|
|
| |
| | MS-DOS QBasic command help |
 | | QBasic is a variant of the BASIC programming language designed by Microsoft. |  | | QBasic is not installed by default when installing Windows 95 / Windows 98; however, it is still on the CD for support with older programs, as well as people still interested in programming in basic. |  | | With QBasic the user can design computer programs and/or utilities. |
|
http://www.computerhope.com/qbasichl.htm
(347 words)
|
|
| |
| | The QP7 Programming Page: Qbasic Tutorial |
 | | With QBasic, you can construct a loop which runs for the length of the program, receives input from the user, and executes a message based on what the us er does. |  | | These separate modules are also known as procedures in the QBasic environment. |  | | There are numerous methods to manipulate data and present it to the user in QBasic. |
|
http://www.geocities.com/SiliconValley/Bay/5707/qbasic.html
(8858 words)
|
|
| |
| | ENGT 1050 - Introduction to QBasic |
 | | Once the QBASIC shortcut has been created, simply doubble-click on it to activate the program development environment. |  | | The primary purpose of this lesson is to introduce you the the "mechanics" of using the QBASIC programming environment. |  | | If you have QBASIC installed on your computer but do not have a shortcut icon, point your mouse pointer to a blank part of the desktop and right-click. |
|
http://cset.sp.utoledo.edu/sample/engt1050/engt1050_qbasic_immode.html
(848 words)
|
|
| |
| | QBASIC |
 | | To use the QBASIC menus on the lab computers, first hit the key. |  | | Each program statement must comply with the syntax, which means that the computer will be able to execute it. |  | | All programming languages have grammars or syntaxes, formal rules that all statements must comply with. |
|
http://www.is.wayne.edu/gst2710/qbasic/qbasic.htm
(1794 words)
|
|
| |
| | qbasic101.com |
 | | This will allow you to share your qbasic files with others. |  | | See "resources and links" for one of the most comprehensive lists on the net of qbasic and other internet things; top 50, etc. At least 500 there. |  | | Tell your friends and family of this site, and that with the new more powerful computers, you can do it faster and easier in qbasic. |
|
http://qbasic101.com
(407 words)
|
|
| |
| | QBasic |
 | | We will be looking at ways QBasic can get user input, manipulate the input (data), control program flow as needed, and produce output useful to the user. |  | | The QBasic control structures that allows a program to repeat a certain section of code more than once based on the value of a condition are DO. |  | | CIS 120 is about computer concepts in general, not about programming in particular. |
|
http://spot.pcc.edu/~mhuffman/notes/language/qbasic.htm
(1820 words)
|
|
| |
| | Programming:QBasic - Wikibooks, collection of open-content textbooks |
 | | Microsoft QuickBasic' and QBasic are very popular programming languages for beginners. |  | | Sound Use the computer to make noises and incorporate them into output. |  | | Arrays and Types Introduction to data structures in QBasic. |
|
http://en.wikibooks.org/wiki/Programming:QBasic
(171 words)
|
|
| |
| | QBasic Programs from Belly Laugh Software |
 | | Signature Composer is a simple QBasic program that reads in the uses for Peanut Butter from the file, picks one at random, and concatenates a given file to the end of it, outputing another file, which I use for my signature. |  | | I wrote a QBasic program that counts a specified number of lines into a text file, remembering the most recent occurrances of each of an array of context strings, and then outputs the results, with line numbers. |  | | WallChange is a simple QBasic program I wrote that reads in a list of available BMP files (full path unless they are in the same directory as WallChange), selects one at random, and copies it to CURRENT.BMP. |
|
http://www.bright.net/~jonadab/q
(1106 words)
|
|
| |
| | QBasic Missing from Windows 2000 |
 | | The QBasic program is referred to in Windows 2000 Help, but the QBasic program is not included with Windows 2000. |  | | If you need to run QBasic in Windows 2000, you can copy it from a Microsoft Windows NT 4.0-based computer, or you can expand the files from a Windows NT 4.0 CD-ROM. |  | | At a command prompt, expand the Qbasic.exe and Qbasic.hlp files from the Windows NT 4.0 CD-ROM to the %SystemRoot%\System32 folder on your Windows 2000-based computer. |
|
http://support.microsoft.com/?kbid=258265
(161 words)
|
|
| |
| | QBASIC Chapter 1 - Getting Started |
 | | In the program mode, the instructions or commands we type in are not performed as we enter them, but instead are stored in the computer's memory as a program. |  | | QBASIC allows you to define words as constants so that the language become more symbolic. |  | | That is because its value doesn't change when you run the program. |
|
http://westcompsci.pima.edu/cis100/basic-01.html
(1518 words)
|
|
| |
| | QBASIC Programming for Kids |
 | | QBASIC - QBASIC is more like conventional programming languages than Logo, so before getting too deep into Logo, it's a good idea to switch to QBASIC. |  | | QBASIC will now tell you that your current program is not saved, and it will ask if you want to "Save it now?". |  | | END ' QBASIC will jump here if an error occurs ErrorHandler: ' We have to move the error code into a variable or we won't ' see it because ERR is set to zero after the handler is done. |
|
http://tedfelix.com/qbasic
(12691 words)
|
|
| |
| | Advice on installing QBasic as a viewer |
 | | Apparently QBasic is not supplied with Windows 95 in the floppy disk version, but it may be present on the CD-ROM version. |  | | You can use QBasic to make a copy of it, for example on a floppy disk on your A: drive. |  | | The author has worked out how to give QBasic some of the facility of object-oriented programming, to a level that is good enough for most purposes. |
|
http://ourworld.compuserve.com/homepages/anima/basad.htm
(967 words)
|
|
| |
| | [No title] |
 | | The code presented here may not be the most elegant, but then, at the time it was written problems needed to be solved quickly. |  | | QBasic has been included in all versions of DOS. |  | | It was included in Windows and there is a version on the Windows 95 CD, though it is not loaded by default, it can be found in the directory /OTHER/OLDDOS along with the DOS helpfile. |
|
http://members.lycos.co.uk/brisray/qbasic/qind.htm
(789 words)
|
|
| |
| | QBasic and QuickBasic programs |
 | | When I first started programming, I used QBasic (and later QuickBasic) a lot (if you're bored, see programming.html for a brief history of me and programming). |
|
http://www.scorpioncity.com/basic.html
(395 words)
|
|
| |
| | Windows XP & QBASIC |
 | | All Windows CDs and floppys before the Win XP version have QBasic hidden on them. |  | | Yes use a search engine like google and get Qbasic 4.5, its better than the qbasic that comes with dos or windows. |  | | I don't have any progs that won't run on my Windows XP home edition, though qbasic is even older. |
|
http://www.daniweb.com/techtalkforums/showthread.php?p=70380
(1499 words)
|
|
| |
| | Vernon Frazee: MS-DOS v6.22 Help: QBASIC |
 | | The QBasic program provides a complete environment for programming in the Basic language. |  | | ---------------------------------------------------------------------------- QBASIC Starts MS-DOS QBasic, a program that reads instructions written in the Basic computer language and interprets them into executable computer code. |  | | A SYSTEM statement quits QBASIC and returns control to MS-DOS after a Basic program has run, instead of returning to QBasic. |
|
http://www.vfrazee.com/ms-dos/6.22/help/qbasic.htm
(344 words)
|
|
| |
| | Differences Between GW-BASIC and QBasic |
 | | QBasic is a subset of QuickBasic version 4.5. |  | | To use a GW-BASIC program in QBasic, you must first save the file in an ASCII text format. |  | | For more information on IEEE vs. Microsoft Binary Format, query on the following words: |
|
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q73084
(755 words)
|
|
| |
| | Crankin' It Up with the QBasic Programming Environment |
 | | Clayton Walnum covers the QBasic programming environment and teaches you how to write your first program. |  | | Crankin' It Up with the QBasic Programming Environment |  | | Home > Articles > Programming > Crankin' It Up with the QBasic Programming Environment |
|
http://www.informit.com/articles/article.asp?p=27008&seqNum=3
(451 words)
|
|
| |
| | Liberty BASIC Home Page |
 | | Even though you can use QBasic on a computer running Windows, QBasic can only be used to write DOS programs. |  | | A - QBasic is Microsoft's free BASIC programming language that is included as a part of DOS and most versions of Windows. |  | | There are many questions about QBasic and whether it works in Windows. |
|
http://www.libertybasic.com/qbwindowsfaq.html
(721 words)
|
|
| |
| | QBASIC |
 | | The second prerequisite is to play with Windows software (such as a Windows word-processing program), so you have some idea of how a Windows program should act. |  | | The first prerequisite is to learn QBASIC, which is much easier than VB. |  | | For example, let’s write a program so that if the human is less than 18 years old, the computer will say: |
|
http://secretguide2pcs.tripod.com/Versions-of-BASIC.htm
(6315 words)
|
|
| |
| | Q Basic |
 | | So if you're looking to bring order to all you're text files, documents, pictures or code files then click here, where you can read the simple instructions, get the source code or the standalone executable. |  | | But you can use it for graphics in any QBasic program. |  | | Then you can decide on which library to use if any and then select the version of QBasic and you will be up and running! |
|
http://www.curlyj.co.uk/Pages/q_basicr.htm
(631 words)
|
|
| |
| | Amazon.com: QBasic Using Subprograms, 2nd Edition: Books: James S. Quasney,John Maniotes,Roy O. Foreman |
 | | James S. Quasney is a professor emeritus of the Department of Information Systems and Computer Programming at Purdue University Calumet. |  | | I am not going to become a computer programmer or a rocket scientist for NASA; I am getting my certificate in computer programming and computer applications so that I can become a more proficient PC user. |  | | This text introduces the user to the proper and correct way to design and write high-quality QBasic programs using subprograms. |
|
http://www.amazon.com/exec/obidos/tg/detail/-/0760050996?v=glance
(1124 words)
|
|
| |
| | BASIC/QBasic programs for quantum mechanics and physics |
 | | It won't be long before we have computer simulations of lots of things all available as QBasic or C++ or JAVA programs to pass round the Internet, both as source code and PKZIPped object code. |  | | There are no viruses in the software, but you should be aware that in general, your computer can pick up a virus by running a program with an EXE extension. |  | | You will not be able to do much with QBasic, which is why this software is in a Special Area. |
|
http://ourworld.compuserve.com/homepages/anima/basicpro.htm
(1561 words)
|
|
| |
| | Open Directory - Computers: Programming: Languages: BASIC: QBasic and QuickBasic |
 | | QBasic For All - Free compilers, tutorials from beginner to advanced, source code of games, and sound, graphics, and mouse routines. |  | | Acid Works QBasic Software - Programming tips section, extensive downloads and projects section, as well as message board and links. |  | | Top: Computers: Programming: Languages: BASIC: QBasic and QuickBasic |
|
http://dmoz.org/Computers/Programming/Languages/BASIC/QBasic_and_QuickBasic
(266 words)
|
|
| |
| | AntiOnline - QBasic Tutorial Chapter #1 |
 | | A lot of people setting out to learn QBasic will have never have learnt any other programming language before, so I will keep this in mind. |  | | Here is an example of an input program. |  | | Now save that as "helloworld.bas" and run it in QBasic or your QBasic environment if you have one. |
|
http://www.antionline.com/showthread.php?s=&threadid=220101
(2064 words)
|
|
| |
| | QBASIC on 32-bit Windows |
 | | Now this is true of NEW installs of these versions of Windows, while any machine that has been upgraded from the old Windows 3.1 (when QBASIC was part of the DOS 5.0/6.x genealogy) should still have QBASIC available on it. |  | | So, Microsoft has removed QBASIC from Windows 9x, Windows ME and Windows 2000 -- it's true, much to the disappointment of Mr. |  | | After confirming you have properly copied both the executable AND the help file as described above, you may run QBASIC using either of the following methods. |
|
http://www.aet.cup.edu/~jsumey/misc/qbasic.html
(399 words)
|
|
| |
| | Qbasic Links |
 | | Acid Works Software - QBasic site with programmes, games, and links. |  | | QBasic Programs - NFL simulation, stock market simulation, and other custom programmes available for |  | | Qbasic Software Pages - programmes, links, tips, etc. |
|
http://skee.mcc.commnet.edu/staff/schwartzc/cis125/qbasiclinks.html
(206 words)
|
|
| |
| | Westminster School IT: MS QBasic |
 | | Depending on whether you are using a School computer connected to the network or your own computer (whether or not it's connected to the network), there are different ways of accessing the program. |  | | Before going any further, please ensure that you have a folder named QB, located inside your My Documents folder (if you are connected to the School network) or at the root level of Drive C (if you are using your own computer away from the network). |  | | The difference is that functions return a value that can then be used by the calling program. |
|
http://homepages.westminster.org.uk/it_new/programming/qb/qb.asp
(2983 words)
|
|
| |
| | Urban Dictionary: qbasic |
 | | A programming language that's so old that it actually could be found in the ghetto. |  | | Outdated version of the BASIC programming language which came packaged with Windows version 3.1. |  | | 1) As a freshman in high school we learned how to program in Qbasic! |
|
http://www.urbandictionary.com/define.php?term=qbasic
(261 words)
|
|
| |
| | QBasic - Downloads |
 | | Download my QBasic program files as a zip file (59Kb) |  | | The program zip file contains all of the QBasic programs I've written for this site, these are :- |
|
http://www.brisray.com/qbasic/qdload.htm
(607 words)
|
|
| |
| | QBasic New Zealand - Links |
 | | Not the place to be if you are looking for source code, but for news on the latest projects, there is no better site on the web. |  | | There are some great programs for new programmers to learn from in the downloads section. |  | | Harsoftware is the home of the KetOn project, and a site that I am co-webmaster of. |
|
http://qbnz.com/pages/links
(915 words)
|
|
| |
| | Hitmill.com - QBasic Programming |
 | | QBasic Programming resources with QBasic tutorials, QBasic chats, books, primers, textbooks, where to download QBasic, and compiler information for students new to computer programming. |  | | Lab: Computer Programming With QBasic Look at the code... |  | | QBasic With An Introduction to Visual Basic 5.0 by David Schneider |
|
http://www.hitmill.com/programming/qbasic.html
(234 words)
|
|
| |
| | Slashdot QBASIC Programming for Dummies |
 | | WAY back when when I got my first computer, DOS was this wierd arcane alter-world from Windows 3.1, I found QBasic. |  | | I mean, what better way to show off to your junior high programming class than making a DOS based Paintbrush application by hooking the mouse interrupt. |  | | For me, QBasic was my only link to the programming world. |
|
http://books.slashdot.org/books/03/06/11/1552252.shtml?tid=126&tid=156
(4259 words)
|
|
| |
| | QBasic Central |
 | | QBasic Central is not responsible for harm caused to any computer or computers by downloading a file. |  | | The place for QBasic programmers on the net! |  | | Support to motivate me to work on my games, you know, so I eventually finish one! |
|
http://www.angelfire.com/ks/qbcentral
(164 words)
|
|
| |
| | AntiOnline - QBasic Chapter Two |
 | | Here is a qbasic program which uses the FOR statement: |  | | Sequential files are a large part of QBasic programming and really easy |  | | Basically, sequential files are the way of using external files for |
|
http://www.antionline.com/showthread.php?s=&threadid=231216
(991 words)
|
|
| |
| | The QBasic Forum |
 | | The QBasic Forum - the place to discuss all of your QB programming questions and projects. |  | | QB will run, unless you have an XP 64-bit operating system. |  | | that's almost like a c programmer asking "why do you even need qbasic?" |
|
http://www.network54.com/Forum/13959
(920 words)
|
|
| |
| | Qbasic - PC-Media Tech Forums |
 | | The Qbasic files should be on the Windows 98 CD under: |  | | I bought a beginners programming book that teaches Qbasic. |  | | You also can create a shortcut to qbasic.exe. |
|
http://forum.pcmech.com/showthread.php?t=8853
(230 words)
|
|
| |
| | Kedji's Qbasic |
 | | Works like Qbasic’s input, but only retrieves a specified number of characters. |  | | You do not need to understand palette to use this, just a general knowledge of Quick Basic function calls. |  | | This is the classic PENTE game, written in QBasic. |
|
http://kedji.no-ip.org/programs/qbasic/kedjikeen.html
(229 words)
|
|
| |
| | Pete's QBASIC / QuickBasic Site |
 | | Programs and graphics from programs are property of their creators, and appear on this site by direct or implied permission. |  | | File Manipulation In QBasic #3: Binary Files - Stéphane Richard |  | | Artificial Intelligence, Real Intelligence and QBasic - Robert Hambly |
|
http://www.petesqbsite.com/sections/express/express.shtml
(1218 words)
|
|
| |
| | qbasic Code Snippets |
 | | I just had to do this to see how it would look like in the code field. |  | | This simple code creates a Windows GUI program that plays a midi instrumental music file. |  | | This is a little program in QBasic which counts the number of characters in a string. |
|
http://www.daniweb.com/code/qbasic.html
(477 words)
|
|
| |
| | Beginner's Programming Tutorial in QBasic - Before you start |
 | | Before you can create a program in QBasic, you need the QBasic interpreter. |  | | Click "browse this CD" (if the menu screen doesn't come up, then browse the CD from My Computer. |  | | Open a program called QBASIC.EXE (this is version 1.1 of the QBasic interpreter). |
|
http://www.svatopluk.com/qbtutor/tut1.htm
(163 words)
|
|
| |
| | Programming The Parallel Port In QBasic |
 | | This is a simple introduction to programming the parallel port in QBasic, QuickBasic or similar language. |  | | If you have built any of the interfaces on my circuits page and now want to know how to actually make use of them, this page is for you. |  | | Note that most of the concepts in this page can also be applied to GWBASIC. |
|
http://www.aaroncake.net/electronics/qblpt.htm
(1386 words)
|
|
| |
| | Qbasic |
 | | It's pretty useless now, but it's a good language to start with process oriented programming, not OOP like c though. |  | | does any one know any thing about QBasic and writing programs in it |  | | I used to program with qbasic when I was like 5 or 6 and would make text games. |
|
http://forum.hfactorx.org/index.php?board=9;action=display;threadid=1341;start=0
(270 words)
|
|
| |
| | QBasic Forum Community |
 | | QBasic.com's forum, for discussion of everything related to programming in the QBasic computer language. |  | | Place for news about QBasic resources other than The QBasic Forum and its Subforums |
|
http://www.network54.com/Index/10167
(137 words)
|
|
| |
| | Free BASIC Compilers and Interpreters (thefreecountry.com) |
 | | SmallBASIC is a simple language "somewhere between QBASIC and GWBASIC" (from their website), designed to handle mathematics and graphics. |  | | The author calls it a RAD (rapid application development) environment with a variety of facilities that make it easy to do things like working with HTTP, FTP, POP3, MySQL, QuickTime movies, etc. |  | | FreeBASIC is an open source (GNU GPL) BASIC compiler that is syntax compatible with QuickBASIC, QBASIC, PDS and Visual Basic for DOS. |
|
http://www.thefreecountry.com/compilers/basic.shtml
(1629 words)
|
|
| |
| | QBASIC |
 | | Write internal documentation on QBASIC I/O library design and philosophy. |  | | Conversion of META to 8086, development of floating point package, math function, edit and scan routines (part of SPL port for MicroCAD). |  | | Convert QBASIC library to 8086, test compiler, upgrade documentation to IBM quality, add all CB80 features. |
|
http://www.fourmilab.ch/autofile/www/subsection2_9_13_8.html
(69 words)
|
|
| |
| | Programmingtutorials.com - Free Online Programming Tutorials |
 | | Tutorial touching QBasic topics such as variables, advanced data manipulation, graphics, application design, and beyond QBasic. |  | | A great language to start learning to program with! |  | | Liberty basic is similar to QBasic but easier to learn. |
|
http://www.programmingtutorials.com/qbasic.aspx
(136 words)
|
|
| |
| | QBASIC Tutorial |
 | | step by step, text-based tutorial on the QBASIC programming language, covering how to get started, program looping, loading and processing data, user data and nested loops, input range testing and range tolerances, random number generation, subscripted variables, sorting, output formatting, string variables and functions, putting it all together |  | | But I am not sure I want another generation of kids making 1/4 finished RPG's in Qbasic ;) |
|
http://digg.com/programming/QBASIC_Tutorial
(101 words)
|
|
|