Comparing
C++ Libraries
The following compares Rogue Wave's "tool.h++" library with
our library.
Example:
The two libraries implement this data differently. For 5 projects,
5 departments, and 8 employees, they need:
Rogue Wave: 58 objects, 147 pointers
Code Farms: 19 objects, 69 pointers
Code Farms' solution, with arrows showing the class dependency:
The corresponding Rogue Wave solution has many mutually dependent
classes, and is therefore less suitable for large projects.
| Feature |
Code Farms |
Rogue Wave |
| collections,bags,etc |
|
|
| Lists,arrays,trees |
|
|
| virtual pager |
|
|
| graphs |
|
|
| ER models |
|
|
| properties |
|
|
| automatic persistence |
|
|
| meta-class info |
|
|
| data browser |
|
|
| memory management |
|
|
| data integrity |
|
|
| database maker |
|
|
| schema migration |
|
|
| works also with C |
|
|
| full source |
|
|
| no royalties |
|
|
|