VString20050428

  • Submit New Release
  • Edit VString Information
  • Submit a New Software

VString is a C/C++ string manipulation library.

Thursday, April 28, 2005
  • Development
  • Languages
  • C and CPlusPlus

VSTRING is a C++ library which provides a large set of string manipulation features, including dynamic string objects that can be freely exchanged with standard char* types (so there is no need to change function calls nor the implementation when you change from char* to String (and vice versa)). The main difference from other similar libs is that the dynamic String class has no visible methods (except operators); it is used as a plain char*, but it will expand/shrink as needed. VSTRING also provides Perl-like arrays and hashes (VArray and VTrie) and a VRegexp class which automates regexp pattern matching.

  • Downloads
    1597
  • License
    GPL
  • Tags
    string
    manipulation
    library

Downloads / Release History


April
28
2005
VString 20050428

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles