c-string
There are 21 repositories under c-string topic.
barrust/c-utils
C utility libraries
Megatokio/Libraries
c++ libraries required for all of my projects
german-one/c-string
type-safe, header-only implementation of a `std::basic_string`-like string in plain C
mulle-nat/mulle-c-string-escape
➿ mulle-c-string-escape turns data into C-strings
Pulho/String-type-on-C
Dynamic string for C that simulates C++ string class
adielmtz/str
Mutable string library for C
Andrey123815/Andrey_parser
:scroll: Library for working with smart C-strings
BaseMax/String2CString
A tiny program to convert a file contents to C string with supporting multi-lines...
electricalgorithm/llstring.h
Strings and string.h implementation using Double Sided LinkedList in C. It was an educational project. Not guarenteed to be working!
B3W/Dynamic-C-String-Split
Function for dynamically splitting a C-string on a given delimiter when the string length is not known.
courseworks/AUT_BP_2024_Fall_HW3
The third assignment for AUT's Basic Programming course (Fall 2024) engages students with diverse C programming exercises, such as sorting words alphabetically, validating passwords, checking palindromes, encrypting with Caesar Cipher, and manipulating arrays. This assignment focuses on developing skills in string manipulation.
gozeloglu/safe_strn
Safe string library for C language.
lhx077/BetterString
A high-performance, modern, and easy-to-use string processing library for C++and C
subidbiswasjr08/C-Programming-L2
C Level 2 Codes for very basic beginner topics required for learning C Programming (Thirty Three codes covering Eight topics)
xvi-xv-xii-ix-xxii-ix-xiv/unicode2utf8
Converts between Unicode code points (decimal, U+hex, or ranges) and UTF-8 escape sequences.
zeroqxq/MStringCPP
MStringCPP -- modern string for c++
C0DIC/c-string
Строки в Си. Independent header-only library for work with standart strings in C
german-one/C-string-builder
Make interactions with C interfaces easier by providing pointers to a null-terminated string from any string-like C++ objects.
huanhuanonly/StringToC-Style
One-click conversion of string to C-style
rphii/c-string
C string implementation, based off of a generic vector implementation
nickchen120235/myString
A string-like class based on C-String to realize string class in C++