The Cybiko B2C (Basic to C) compiler gives the BASIC programmer the same processing power as an SDK/C programmer. B2C has all the power of CyBasic plus:
Also:
When a B2C program is compiled it is translted into a C file. Then, the C program is passed through the Cybiko SDK/C compiler resulting in a true Cybiko application (.app) file. Note: 2C does not work with the latest 3.1.4 Pro SDK, use the Standard 2.1 version instead. A compiled CyBasic program can run from 5 to 10 times faster than with interpreted CyBasic. One needn't know anything about C programming to use B2C.
B2C is delivered with several example programs including side scrollers, 3d graphics, and playfield graphics. There is even a book on Lulu.com with all the documentation published in printed form.
YOU MUST INCLUDE DATA TYPE WITH A DIM STATEMENT
you used to be able to do this: dim x but now you need to do this: dim x as int
Version 5 is completely free of passwords.
B2C was written by Greg Smith and is maintained at DevCybiko.us