Nstring 10b Cpp 1.0
Nstring 10b Cpp
Development · v1.0
| Filename | nstring-10b-cpp.hqx |
|---|---|
| Size | 67.3 KB (68933 bytes) |
| Downloads | 3 |
Enjoying MacTrove?
Anonymous downloads are free and unlimited.
Create a free account to track favorites,
contribute metadata corrections, and join the
community chat.
About
This is version 1.0 beta of NString, a very powerful dynamic string class for C++ developers. Here's a brief summary of the main features that NString offers:
* Easy Assignment - NString objects can be handled almost like ints or floats * Very efficient string length measuring (as the length is stored in the object) * Access to single characters in the string through the [] operator * NString comparisons made easy via the use of standard operators (==, !=, <, >, ...) * Concatenation of NStrings through the '+' and '+=' operators * "Multiplication" of an NString with the '*' and '*=' operators * Operations for copying and cutting portions of an NString * An iterator, which calls a user-defined routine for every one of the string's characters * Upper / lowercase conversion routines * Very powerful context-based substring searches and tests * Standard C++ stream input / output operations through the '>>' and '<<' operators * Possibility to use NStrings as output string streams (i.e. to the left of the '<<' operator) * Highly optimized internal string handling * C++ exception support
NString is shareware.
File Info
This file is part of the MacTrove archive. See the Thank You page for the upstream mirrors we rely on. It is BinHex encoded — use The Unarchiver to decode it.
Related apps