You can edit almost every page by Creating an account. Otherwise, see the FAQ.

BCX (software)

From EverybodyWiki Bios & Wiki


BCX is a free, open source BASIC to C/C++ computer language translator started by Kevin Diggins in 1999. The current official BCX website came online in October 2019, following several years of non-development. Maintenance and new development is again being led by Kevin Diggins and Robert Wishlaw.

BCX converts a common procedural form of BASIC source code to C/C++ source code that can be compiled using many C/C++ compilers for Microsoft Windows. For many years, most implementations of BASIC shared a nagging drawback: programs created with them ran significantly more slowly than similar programs created with C/C++. BCX helped change that by giving BASIC programmers the joy of programming in a modern BASIC language while coupling its output with the high performance of a C/C++ compiler.

BCX is written in the BCX BASIC language, making BCX a self-translating translator. BCX was made an open source project in 2004. Since then, several members of the BCX community have led the development and maintenance of the BCX project. Past project forks have resulted in variants of BCX that helped produce applications for Linux, Apple, and Atari operating systems.

BCX contains statements and functions that simplify the creation of Windows desktop applications. Unlike many BASIC implementations that rely on run-time engines and/or frameworks, the combination of BCX and most C/C++ compilers produce small, efficient, high-performing native code applications. BCX assists in creating desktop, library, and console apps for 32-bit and 64-bit versions of Windows using only the Microsoft Windows Application Programming Interface (WINAPI).

References[edit]

External links[edit]


This article "BCX (software)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:BCX (software). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.