Writing Programs in PB/CC

The PowerBASIC Console Compiler for Windows creates EXEcutables (.EXE files) capable of running in the Win32 environment (Windows 95, 98, ME, Windows NT, 2000, and XP).  This section discusses the steps and requirements for writing code compatible with PB/CC.  It is assumed that you are already familiar with the BASIC programming language (PB/DOS, PB/DLL, PB/Win, QBASIC/QuickBasic, Visual Basic, etc.).

 

See Also

What is a Console?

Hello, World! Example

Creating Programs

Line numbers and Labels

Long lines

Statement separation

Structured Programming