Hello looking for some tutorials

New to FreeBASIC? Post your questions here.
Post Reply
RealmGames
Posts: 1
Joined: Jun 15, 2018 13:45

Hello looking for some tutorials

Post by RealmGames »

Hi, I'm new to freebasic, but I know visual basic 6.0 and .net, I was wandering if theres any tutorials for how to make a basic notepad or where can I find tutorials at so I can learn how freebasic works. Thank You
BasicCoder2
Posts: 3906
Joined: Jan 01, 2009 7:03
Location: Australia

Re: Hello looking for some tutorials

Post by BasicCoder2 »

FreeBasic is more low level than Visual Basic. It is more like a BASIC version of C or C++ but with some built in graphic commands. If you want the GUI you must learn to use a GUI library.
Google threw up these tutorials,
http://www.frankticfreebasic.com/
http://virtualink.wikidot.com/fbtut:FreeBASIC
Last edited by BasicCoder2 on Jun 16, 2018 13:32, edited 1 time in total.
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: Hello looking for some tutorials

Post by MrSwiss »

Tutorials are in the official FreeBASIC documentation too, however,
they may not be up to date: FB-Documentation (see Community Tutorials)
Some thoughts and ideas concerning: beginners & Libraries
Post Reply