The QBasic Forum      Other Subforums, Links and Downloads
 

Big QBasic Programs

Save space in the QBasic Forum by posting large programs here.
Not logged in | Login | Create AccountSearch    Post Program
Message TitleAuthor and Date
MD5 Cryptographic Hash Function (View Thread)Laanan Fisher on Nov 2
   Artelius wrote one tooqbguy on Nov 2
      Re: Artelius wrote one tooLaanan Fisher on Nov 3
         And unlike yours it works in QB7.1 too :P on Nov 3
            Re: And unlike yours it works in QB7.1 too :PLaanan Fisher on Nov 3
               Invalidating pointers isn't the issue on Nov 4
                  Re: Invalidating pointers isn't the issueAnonymous on Nov 4
                     Whoops on Nov 6
                        Re: WhoopsLaanan Fisher on Nov 6
                           *Haha, an implicit STR$(), gotta watch out for that one... on Nov 6
different music tunings (View Thread)RubyNL on Oct 20
Line Grapher (View Thread) on Sep 17
Run length encoding for saving black and white images (View Thread)Anon on Aug 11
   Using GET eliminates RLE compression of data on Aug 12
Unmoderated forums are now Locked to non-member posts! (View Thread) on Aug 2
   The Big Programs Forum has just been re-opened to all visitors.Pete on Aug 7
wargame4 update (View Thread) on Jul 18
   wargame4.bas mod on Jul 18
   mainmenu.bas mod on Jul 18
   covertop.bas mod on Jul 18
   instruct.bas mod on Jul 18
   advisors.bas mod on Jul 18
      * You can use a list of variables with COMMON SHARED on Jul 18
         i dont understand on Jul 18
            Why not pass those 2 values in the file too? on Jul 18
               i could but... on Jul 19
                  Does it run in Qbasic? on Jul 19
                     of course it runs in QB on Jul 20
                        Quickbasic 7.1 is referred to as PDS, lol. "Professional Development System" on Jul 20
                           i tried compiling the program before... on Jul 20
                              The variables were already in the memory when you created them. on Jul 20
                                 i think that was my problem before on Jul 21
                                    That is why I think you should LINK instead of CHAIN later. on Jul 21
                                       *LINK sounds interesting. can u tell me more about it? on Jul 22
                                          You have to compile first with BC.EXE on Jul 22
                                             * Apple even made an Operating System called OS XAnon on Jul 29
                                                i used to do some tinkering with Apple comps on Jul 30
                                                   No. Applesoft is a version of BASIC.Solitaire on Jul 31
Tic-Tac-Toe (complete version) (View Thread) on Aug 31
   i like how the mouse worksmad_man1 on Apr 27
WarGame4- version 4.01 (View Thread) on Feb 15
   wargame4 current status on Mar 25
      No problem, here's some insight... on Mar 26
   WarGame4 monthly update on Apr 22
3DS Viewer/Loader (View Thread) on Apr 12
OFFICIAL QB64 TESTING -- DO NOT DELETE (View Thread)Gallon on Apr 9
   * Yes, Gallon instead of Galleon is on purposeqbguy on Apr 9
      * That's fine with me, qbgay on Apr 9
JPEG Encoder (View Thread) on Feb 13
   Must I remind you about Duplicate Definitions? on Feb 13
   JPEG Encoder v2 on Apr 5
A requested auto month / date input routine (View Thread)Pete on Mar 31
   A timed entry loop on Mar 31
   For fun, a very cut down version using INPUT$(1) with no checking or going back. on Mar 31
PLAY macro decoder (View Thread) on Mar 15
   Try this PLAY with GOTO nightmare. on Mar 16
      Removing the extra line numbersqbguy on Mar 17
         Yeah, I recall sombody posted a program to remove them. on Mar 17
            Micro$uck wrote REMLINE.BASqbguy on Mar 18
               * BSD license? Gimme the crap from M$ if you are a thief. on Mar 18
                  Oh well, Pete already rewrote it (* URL)qbguy on Mar 19
Pi calculation (View Thread)qbguy on Mar 15
Regular expressions qbasic (View Thread)qbguy on Mar 12
   * LET qbguy FIND the post.................. on Mar 12
      OK Here (* URL)qbguy on Mar 13
3D Points in space (View Thread) on Feb 28
   I want fries with that...Pete on Mar 1
      Oh yes, files... on Mar 1
Scrolling 'help' menu for Mike. (Reagan speech provided as test data.) (View Thread) on Feb 1
   thanks pete but... on Feb 4
      Re: thanks pete but... on Feb 4
         thanks pete!! this helped me alot! on Feb 5
            You're welcome... on Feb 7
               lol one more question pete on Feb 12
                  CHAIN is coolClippy on Feb 12
                     thanks clippy/ few more questions on Feb 12
                        I don't know of any limit on Feb 12
                        * No limit except maybe by the DOS 640k RAM limitationqbguy on Feb 12
                           hmmm... on Feb 13
                              You need QB4.5 or above to compile programs on Feb 13
                                 more questions on compiling on Feb 13
                                    Re: more questions on compiling on Feb 13
                                       can u give an example? on Feb 14
                                          * Large arrays, double number values, lots of PRINTS. on Feb 14
                                             well i tried to compile it on Feb 15
                                                You are going to have to break the program into more modules on Feb 15
                                                   uhhh.... on Feb 15
                                                      What is the module size including the SUBs? on Feb 15
                                                   now i understand what you mean on Feb 17
                                                      I would only CHAIN or LINK when necessary on Feb 17
                                                         RE: CHAIN on Feb 17
                                                URL* to multi-modular programming on Feb 15
                                                   i understand some of the program on Feb 18
                                                      SHELL is used to go to DOS on Feb 18
                                                         i guess i dont need SHELL on Feb 19
                                                            * Just remember CHAIN only links to another EXE / BAS file. on Feb 19
                                                               what is an OBJ on Feb 23
                                                                  object files on Feb 23
                                                                  Object files can be used to make a Library file. on Feb 24
Prime Numbers to 100k (View Thread) on Feb 11
mike's wargame 4 (View Thread) on Dec 24
   few bugs in it still on Dec 24
      I don't see how your file can work as PUT on Dec 26
         it does work on Dec 26
            * Well, the point was that you don't need the positions apparently on Dec 26
               you mean... on Dec 26
                  Perhaps............. on Dec 26
         plus array not needed for D variables on Dec 26
      wargame4 update & question on Jan 9
         Yes, COMMON SHARED or SHARED variables do not need passed. on Jan 9
         Use commas to separate variables... on Jan 10
         another question on improving my game on Jan 18
            Sure is! Use an INKEY loop with UCASE$ or LCASE$ for possible CAP lock issues. on Jan 18
               so would it look something like this? on Jan 19
                  Yes, but you may want to place the Select Case in the loop. on Jan 19
                     thanks for your help clippy on Jan 21
                        Your welcome. Don't lose any SLEEP over......uh.... :) on Jan 21
   1 question for anyone and one for pete on Feb 1
      What I recommend you do is this... on Feb 1
         thanks pete on Feb 1
3d tic tac toe (View Thread)Anonymous on Sep 1
   TIC TAC TOE GUI VERSION call interruptqbguy on Sep 27
      tic tac toe gui version call absoluteAnonymous on Sep 27
         tic tac toe 3d +gui v2Anonymous on Sep 30
      Tic Tic Toe 3d + gui call interrupt v2Anonymous on Sep 30
      I CANT DID ITHEMANSHU on Jan 30
         You need QB 4.5 with the library running on Jan 30
            Shouldn't that be "QBASIC cannot use interrupts"qbguy on Jan 30
  2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20   Next >> 

Visitors in this forum in the last 10 minutes: 1 Visitor
1 guest

Newbies usually go to www.qbasic.com and click on The QBasic Forum
Forum regulars have their own ways, which include The QBasic Community Forums