This is the start of a C++ version of the Free Class Library. Contact me if you want to contribute.
I wanted to port some FreePascal code to my HDTV box which runs Linux. Ideally, I would have compiled FreePascal for MIPSEL, but, I choose to write a basic FCL style library for C++.
I'm pretty happy with the results. FCL-CPP now allows me to code small to medium tools for small Linux systems, using an ObjectPascal language style.
FCL-CPP is written in C++98 standard to make it as...