noware-sys/noware.cxx
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A C++ Library Notable Components var (a container for a string or a number at any time; like a PHP variable) array[<[value[, key]]>] (a templated, associative, single-dimensional, and dynamically-allocated array) tree[<[value[, key]]>] (a container for a <value>, or a templated, associative, multi-dimensional (recursive), and dynamically-allocated array<value, key> (<value>/array<value>); like a PHP variable/array)