RSS 5 projects tagged "C++ Library"

No download No website Updated 21 Aug 2011 propertypp

Screenshot
Pop 17.80
Vit 25.36

propertypp adds Objective-C-like properties to C++ classes. Reading and writing properties uses the same syntax as reading and writing public member variables, but getters and setters get called behind the scenes.

No download No website Updated 27 Jan 2013 libQtCassandra

Screenshot
Pop 80.39
Vit 7.33

The libQtCassandra library is an advanced C++ library used to access Cassandra servers. Unlike the basic Cassadra server interface, this C++ library provides separate objects that handle each level of the server data, i.e. the cluster, contexts, table, rows, and cells. It uses Qt and the Qt style for all the classes, which makes it very easy to use if you already know Qt.

Download No website Updated 08 May 2012 libQtSerialization

Screenshot
Pop 29.80
Vit 1.00

The libQtSerialization library is a Qt extension that makes it easy to serialize your data in a forward and backward compatible way. The library is composed of QWriter and QReader. The writer is straightforward - all you have to do is call a writeTag() function and the data is serialized. The reader is a little more complex as it supports special cases, such as sub-classes (so you can save a tree of classes) and arrays of classes (your tree may be composed of multiple instances of a given object).

No download No website Updated 26 May 2012 Cxxomfort

Screenshot
Pop 15.46
Vit 19.08

Cxxomfort is a small, header-only library that backports some of the nifty C++11 goodies to C++03. It is intended to help reduce the amount and stress of code rewrite for the future while at the same time assisting in backwards portability.

No download Website Updated 14 Jan 2013 safe numerics

Screenshot
Pop 30.33
Vit 11.45

safe numerics provides safe integer operations for C++ integers. Arithmetic operations in C++ are not guaranteed to yield the correct mathematical result. The feature is inherited from the early days of C, when the behavior of int, unsigned int, and others were designed to map closely to the underlying hardware. These types can silently overflow or change sign. This library contains drop-in replacements for the standard C types which throw exceptions whenever invalid operations occur.

Screenshot

Project Spotlight

Nuiton-i18n

A Java localization library.

Screenshot

Project Spotlight

playSMS

A flexible mobile portal system and SMS gateway.