Questions tagged [strings]
A string is a sequence of characters. It is commonly used to represent text or a sequence of bytes. Use this tag along with the appropriate programming language being used.
1 questions from the last 7 days
4
votes
1
answer
165
views
A string library in C
I've been working on a string library in C with C++ standard features of std::basic_string<char> just for learning purposes. It's called cstring and the full ...