Page 1 of 1

FB HELP

Posted: Sun Apr 09, 2006 7:34 am
by Anonymous
when I start Free BASIC for WIndows, THere is a text C:/Program FIles/FreeBASIC>_
What will I do or type to begin programming?

Posted: Sun Apr 09, 2006 7:39 am
by rdc
FreeBasic doesn't come with a built-in editor, so you will need to get an editor to write your programs. You can use any text-based editor. I use PSPad, there is also one built just for FB called FBIde. You can get it here:

http://www.fbide.freebasic.net/

Just install this, point it to fbc.exe, which is the compiler, and you are all set.

Posted: Mon Apr 10, 2006 12:22 am
by Anonymous
WHerew can I get tutorials about FreeB

Posted: Mon Apr 10, 2006 2:20 am
by Nodtveidt
If you cn code QB, you can code FB.

Posted: Mon Apr 10, 2006 2:55 am
by Anonymous
It's kinda different cuz the ( INPUT "Question "; answer$ ) w/o the () doesn't work

Posted: Mon Apr 10, 2006 8:28 am
by Nodtveidt
Anyone can adapt. It just takes a little thought. :D

Posted: Mon Apr 10, 2006 10:44 am
by Anonymous
But is there any tutorials bout it?

Posted: Mon Apr 10, 2006 4:09 pm
by {Nathan}
There is documentation... look under the Docs folder in you Freebasic folder... hence documentation...

Posted: Tue Apr 11, 2006 7:21 pm
by rdc
Go to the FB wiki. There are tutorials and documentation for the language.

I am currently writing a beginner's guide to FB, but it will be a couple months before it is out.