FreeBASIC
| A 32-bit BASIC compiler, with the syntax the most compatible possible with
MS-QuickBASIC, that adds new features such as pointers, unsigned data types, ... |
freebasic.net :: Index
| Forum. Topics, Posts, Last Post. FreeBASIC. No new posts, News Announcements
about new releases and updates. Moderator Developers, 4, 4, Jul 30, 2006 21:53 ... |
freebasic.net :: Memberlist
| freebasic.net Forum Index, Select sort method:. Joined Date, Username, Location,
Total posts, Email, Website, Top Ten Posters. Order. Ascending, Descending ... |
freebasic.net :: FAQ
| FAQ. Login and Registration Issues Why can'tI log in? Why do I need to register
at all? Why do I get logged off automatically? ... |
freebasic.net :: Search
| Search Query. Search for Keywords: You can use AND to define words which must be
in the results, OR to define words which may be in the result and NOT to ... |
freebasic.net ::
| freebasic.net Forum Index FreeBASIC's Official Forums. FAQ FAQ · Search Search ·
Memberlist Memberlist · Usergroups Usergroups · Register Register · Profile ... |
FBWiki: RecentlyCommented
| FBWiki : RecentlyCommented · FBWiki :: Categories :: PageIndex :: RecentChanges ::
RecentlyCommented :: Login/Register. Mon, 07 Aug 2006: ... |
FBWiki: Introduction to Pointers
| Introduction to Pointers. Written by rdc What is a Pointer? A pointer is a 4-byte
data type that holds an address to a memory location. ... |
freebasic.net :: View topic - FBIde 0.4.7 Project preview
| Hey, I decided to release second WIP of 0.4.7 -this time with included project
support. You can create projects (of four type, gui exe, console exe, ... |
FBWiki: KeyPgDim
| Syntax:. Declaring a Single Variable:. DIM [SHARED] symbolname [AS DataType] [, ...]
DIM [SHARED] AS DataType symbolname [, ...] Declaring Arrays: ... |