Welcome to CopperSpice

Post Reply
barbara
Posts: 443
Joined: Sat Apr 04 2015 2:32 am
Contact:

Welcome to CopperSpice

Post 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
Post Reply