Page 1 of 1

Welcome to CopperSpice

Posted: Fri Apr 10 2015 8:55 am
by barbara
We would like to announce our release of our CopperSpice library.

CopperSpice is a C++ library derived from the existing Qt 4.8 framework. The core libraries were redesigned to leverage template functionality, taking advantage of the new C++11 capabilities.

The redesign allowed us to completely remove the Qt Meta-Object Compiler (moc) system. Moc is a code generator and did not support many aspects of C++ including templates, complex data types, static type checking, and relies heavily on string comparisons.

Barbara & Ansel