My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

dCocoa - Dynamic Cocoa C++ library. Target of this library is to the maximum approximate a Cocoa Framework through C++ language. In current version of this library supports only basic possibility of Foundation Framework, but in future plan: include almost all functionality from Foundation framework, implement several custom convenient classes (such as zip-file manager), and etc.

Where you can use dCocoa now? - In every your application which written on C++, already implemented:

  1. collections classes - array, set, map, hashtable, tree;
  2. autorelease pool and some custom memory management tools;
  3. notifications and invocations;
  4. file handle;
  5. uuid;
  6. data;
  7. particularly implemented thread and run-loop;
  8. timer;
  9. basic type-system and some simple 2D-graphics types;
  10. assemblies
  11. and of course supporting of meta-data.

P.S. If you want help to expand functionality of this library than let me know ;-)

Powered by Google Project Hosting