Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

FlagShip produces C code. Do I need C knowledge?

0
Posted

FlagShip produces C code. Do I need C knowledge?

0

No! FlagShip actually is three things: • A Compiler/Translator that Creates “C” Code from Clipper Code. • A Powerful Set of Clipper/Xbase libraries and Utilities for Unix. • A Run-Time system embedded in the produced Executable for the fully support of dynamically scoped variables, Macros, code blocks etc. FlagShip calls the Unix “C” Compiler and linker FOR YOU, and creates a true binary executable from your code together with the libraries we deliver. You can ask FlagShip to do both steps from one command, so you can use FlagShip just like Clipper, and you never have to know anything about “C” code if you do not want to. However: If you know “C” you can use it together with FlagShip in many ways: • FlagShip allows you to link in external “C” programs and utilities by emulating Clipper’s extend system. • FlagShip allows Inline “C” code with the Pre-Compiler statements #Cinline and #endCinline. This means you can use “C” without having to modify produced “C” Code, and worry about losing

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123