Tutorials

Viewing Category:  Other
Showing:  20 to 35 of 35 (Displaying 20 items per page)

By: Maxim Kakitsev | Level: Beginner
Chapter2.doc

Part 2/5 of the beginner's Qbasic tutorial. This tutorial is a standard and very solid tutorial for anyone beginning to learn QBasic. The second tutorial covers the basics of math and calculations in QB. Good tutorial, but too brief - explanations could be a bit more in-depth. At the moment most explanations cover the surface fairly rapidly, which may leave some beginners feeling lost.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 36.00 KB
Rating: -- Downloads: 34

View/Add Comments (0 comments posted)
By: Maxim Kakitsev | Level: Beginner
Chapter3.doc

Part 3/5 of the beginner's Qbasic tutorial. This tutorial is a standard and very solid tutorial for anyone beginning to learn QBasic. The third tutorial explains the very important IF statement. Good tutorial, but too brief - explanations could be a bit more in-depth. At the moment most explanations cover the surface fairly rapidly, which may leave some beginners feeling lost.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 33.50 KB
Rating: -- Downloads: 37

View/Add Comments (0 comments posted)
By: Maxim Kakitsev | Level: Beginner
Chapter4.doc

Part 4/5 of the beginner's Qbasic tutorial. This tutorial is a standard and very solid tutorial for anyone beginning to learn QBasic. The fourth tutorial explains loops (FOR...NEXT, DO...LOOP) and iteration in general. Good tutorial, but too brief - explanations could be a bit more in-depth. At the moment most explanations cover the surface fairly rapidly, which may leave some beginners feeling lost.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 28.00 KB
Rating: -- Downloads: 36

View/Add Comments (0 comments posted)
By: Maxim Kakitsev | Level: Beginner
Chapter5.doc

Part 5/5 of the beginner's Qbasic tutorial. This tutorial is a standard and very solid tutorial for anyone beginning to learn QBasic. The fifth tutorial has some extra information on variables and variable types. Good tutorial, but too brief - explanations could be a bit more in-depth. At the moment most explanations cover the surface fairly rapidly, which may leave some beginners feeling lost.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 27.00 KB
Rating: -- Downloads: 38

View/Add Comments (0 comments posted)
By: Alan O'Hagan | Level: Advanced
asm_in_qb.html

Another great tutorial by CGI Joe. Many people want to integrate Assembly language into their QB programs, but few know how to really go about it. This tutorial explains everything from computer architecture and hex to bit shifts and interrupts. This is the single most complete, most accurate, and easiest to understand ASM Tutorial that I have ever seen. The tutorial is written well, and is easy to understand. It contains absolutely everything, and I would definitely declare it the best tutorial on this site. If you are at all interested in Assembly language, or even if you know ASM already, take a look at this great document.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 67.13 KB
Rating: -- Downloads: 50

View/Add Comments (0 comments posted)
By: CGI Joe | Level: Advanced
c_in_qb.html

This excellent tutorial by CGI Joe shows how to use C programs in QB. What I like best about it is that it is neat, to the point, but still covers everything that needs to be covered. The grammar is excellent, and the tutorial is easy to understand. This is a great tutorial for anyone who's interested in spicing up their QB programs with a bit of C.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 8.42 KB
Rating: -- Downloads: 39

View/Add Comments (0 comments posted)
By: Unknown | Level: Advanced
mslib.htm

This article is designed for anyone who would like to edit or change the .lib files that Qbasic uses. This tutorial is unfortunately rather brief and does not explain anything in detail.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 4.47 KB
Rating: -- Downloads: 24

View/Add Comments (0 comments posted)
By: Ruben | Level: Beginner | Homepage
PrinTut

Here's basic tutorial for QB starters with no programming knowledge. It shows the basic use of variables and how to write to the screen with print.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 5.46 KB
Rating: -- Downloads: 34

View/Add Comments (0 comments posted)
By: Abionnnn | Level: Advanced
abionasm1.htm

Part 1 of Abionnnn's excellent ASM tutorial. These tutorials should be read in sequence, one after the other. This brief tutorial goes over the basic ASM registers, and use of the MOV command.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 5.06 KB
Rating: -- Downloads: 28

View/Add Comments (0 comments posted)
By: Abionnnn | Level: Advanced
abionasm2.htm

Part 2 of Abionnnn's ASM tutorial. This tutorial covers interrupts and procedures. Well done.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 3.42 KB
Rating: -- Downloads: 27

View/Add Comments (0 comments posted)
By: Abionnnn | Level: Advanced
abionasm3.htm

Part 3 of Abionnnn's ASM tutorial. This tutorial is a bit lengthier, and spends time examining some example code. Good samples, and good explanation.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 6.40 KB
Rating: -- Downloads: 27

View/Add Comments (0 comments posted)
By: Abionnnn | Level: Advanced
abionasm45.htm

Parts 4 and 5 of excellent ASM tutorial. This doubleheader tutorial covers quite a lot. Registers are looked at in more depth, as well as the segment:offset structure, and stacks. The tutorial begins to get advanced. Most importantly, this tutorial begins to go over how to use your ASM code in your Qbasic programs. This tutorial is well explained and illustrated with ASCII art, and is a must-read for anyone wishing to program ASM for use in Qbasic.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 17.32 KB
Rating: -- Downloads: 25

View/Add Comments (0 comments posted)
By: Abionnnn | Level: Advanced
abionasm6.htm

Part 6 of Abionnnn's ASM tutorial. The use of ASM in Qbasic is explained fully, as well as how to get ASM programs to return values. Some more advanced MOV is discussed.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 5.23 KB
Rating: -- Downloads: 21

View/Add Comments (0 comments posted)
By: Marcade | Level: Beginner
bughunting.htm

Marcade goes bughuntin' - This tutorial is a good starting point for anyone who is frustrated, or has troubles, with getting programs to work. The tutorial mainly covers good techniques for locating bugs in programs (which is essential to being able to fix them). It could have gone into more detail on how to actually code a console or debug display.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 6.75 KB
Rating: -- Downloads: 24

View/Add Comments (0 comments posted)
By: Unknown | Level: Beginner
arrows.txt

Using the arrow keys. More of a "show" than a "tell" tutorial. This is pretty much just code, commented occasionaly. Anyone who doesn't know how to use the arrow keys in QB and wants to should read this, you'll pick the concept up pretty quickly.

Submitted by: QB45 Language: QBasic
Submitted on: 10/30/04 @ 15:36:41 Size: 1.00 KB
Rating: -- Downloads: 23

View/Add Comments (0 comments posted)

<< Previous
All content copyrighted 2004, All rights reserved.