Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: QBASIC Programming for Kids  (Read 17149 times)

0 Members and 1 Guest are viewing this topic.

Geek-9pm

    Topic Starter

    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: QBASIC Programming for Kids
« Reply #15 on: May 14, 2009, 05:37:03 PM »
Some of use do not like the .NET method because it requires so much additional changes to be made to the system. The older BASIC compilers had a single run time library that did not have to be pushed into the system.

For the QB 4.5 compiler for QBASIC and Visual Basic for DOS, look here:

http://www.qbcafe.net/qbc/english/download/compiler/qbasic_compiler.shtml

gh0std0g74



    Apprentice

    Thanked: 37
    Re: QBASIC Programming for Kids
    « Reply #16 on: May 14, 2009, 09:24:09 PM »
    The magic of QBASIC is that you did not have to declare anything, except in real tough applications. Just $ to identify a string and everything else was a floating point number. Great for Kids and anybody starting out. Even simple arrays were automatic.
    many other modern programming languages, eg Python have better data structures such as dictionaries and far much better than QBasic in terms of libraries / modules, string parsing engines, etc... and definitely suited for kids as well...

    macdad-



      Expert

      Thanked: 40
      Re: QBASIC Programming for Kids
      « Reply #17 on: May 15, 2009, 06:10:19 AM »
      Some of use do not like the .NET method because it requires so much additional changes to be made to the system. The older BASIC compilers had a single run time library that did not have to be pushed into the system.

      For the QB 4.5 compiler for QBASIC and Visual Basic for DOS, look here:

      http://www.qbcafe.net/qbc/english/download/compiler/qbasic_compiler.shtml

      True and you have to install the NET framework on the computer to run .NET apps.

      To bad they can't let you just build it into a stand-alone(no framework) EXE.
      If you dont know DOS, you dont know Windows...

      Thats why Bill Gates created the Windows NT Family.