Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New QBasic/FB Challenge
#1
Create a program that teaches:

QBasic with QBasic
FB with FB


EDIT: Must have user-interaction.
I'll give you... 5 days


P.S. My computer hates my programming programs... please make it an exe file.


~tannervp
y name is Nobody, and nobody's perfect. So now I am perfect Tongue

98% of the teenage population smokes or has smoked pot. If you're one of the 2% who hasn't, copy and paste this in your signature.
Reply
#2
Or just write a tutorial. What's the challenge?
stylin:
Reply
#3
You mean with the same BAS file?

Here's a start:
Code:
a = 1.3
IF a = 1 THEN
   ' a is an integer, this is FB
   PRINT "Welcome to the FreeBASIC tutorial"
ELSE
   ' a is a single, this is QB
   PRINT "Welcome to the QuickBASIC tutorial"
ENDIF
Like that?
Reply
#4
I think he means more like

Code:
PRINT "The print command displays the text entered on the screen. So PRINT "Hello World" will do this:"

PRINT "Hello World"
url=http://www.sloganizer.net/en/][Image: style4,TheDarkJay.png][/url]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)