A Safer and Better C/C++ String Library

c-algorithms-library

This is a better String Library which is superior to the existing C String library i.e. char string type, or C++’s std::string. It is safer with regard to buffer overflows, simpler than C string manipulation, works ok for ‘\0’ terminated strings and generally faster for common string operations.

This library is fully a standalone C and C++ library, and also portable. It can work with gcc/g++, Microsoft Visual C++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBM’s native CC compiler on Windows, Linux and Mac OS X. It is a very high performing library which is very easy to use and is not part of some other collection of data structures.

The library also includes a C++ wrapper that uses overloaded operators, stream I/O and Standard Template Library. This enhances the CBString struct, transforming it into a potent and natural string abstraction. The result is a string implementation that surpasses std::string in functionality and performance.

Download: C/C++ String Library

M. Saqib: Saqib is Master-level Senior Software Engineer with over 14 years of experience in designing and developing large-scale software and web applications. He has more than eight years experience of leading software development teams. Saqib provides consultancy to develop software systems and web services for Fortune 500 companies. He has hands-on experience in C/C++ Java, JavaScript, PHP and .NET Technologies. Saqib owns and write contents on mycplus.com since 2004.
Related Post