Skip to content

steinkrauz/string_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

string builder

It's a simple, dumb, lightweight string builder implementation for those who have to work with C-style strings and won't link fat libraries.

Versions

The main version is a C++ class with a straighforward realisation and quite obvious interface. There is also a pure C, procedure-based verision, that is just a rewrite of original C++ class.

Installation

Just drop the files in your project. May be you'll need to do some edits to satisfy your compiler/IDE idiosyncrasies.

License

This code is licensed under WTFPL.

About

Simple string builder for C/C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors