Search code examples
C++ std::any function that convert std::any of C char-array to string...


c++stringc-stringsrttistdany

Read More
Include spaces when counting the length of a string...


cfor-loopmultidimensional-arrayc-stringsstrlen

Read More
How to build toLower for string correctly...


ccharc-stringsfunction-definitiontolower

Read More
How to loop array of pointers to characters...


cpointersc-strings

Read More
Strtok isn't returning as expected, am I using it wrong?...


csplitc-stringsstrtokfunction-definition

Read More
C deleting char in string...


ccharc-stringsfunction-definitionfunction-declaration

Read More
Question about strcpy using char pointer in C...


cdynamic-memory-allocationc-stringssizeofstrcpy

Read More
Get string lenght in C...


cwhile-loopcharscanfc-strings

Read More
Why does this not concatenate two strings?...


cloopsc-stringsfunction-definitionstrcat

Read More
Why images can be uploaded with char array but not with equal std::istringstream in C++?...


c++file-uploadc-strings

Read More
Can't print string after reverse in C...


cmallocreversec-stringsfunction-definition

Read More
C Programming - Space Character Not Detected...


cchartokenizec-stringsstrstr

Read More
What are Strings in C if not Simply Char Arrays?...


cc-stringsstring-literalsstrcmpequality-operator

Read More
Strlen, Malloc and address arithmetic...


cdynamic-memory-allocationc-stringssizeofstrlen

Read More
Count number (0-9) occurrences in a string from a txt file in C...


cfor-loopc-stringscountingdigits

Read More
How to replace a specified number of occurrences of a cstring in C?...


creplacec-strings

Read More
How do you convert CString and std::string std::wstring to each other?...


c++mfcc-stringsstdstring

Read More
Splitting by the string "malloc" isn't working and returns a different split...


csplitc-stringsstrtokstrstr

Read More
Replacing specific chars with different and more chars...


c++replacesubstringc-stringsfunction-definition

Read More
Changing an Array of Strings inside a function in C...


carraysc-strings

Read More
strcpy segfault copying file content to array...


cmultidimensional-arrayundefined-behaviorc-stringsstrcpy

Read More
Reading string value appears as NULL...


cstructprintfc-stringsstrcpy

Read More
linked list of arrays in c...


cstructlinked-listdeclarationc-strings

Read More
Why do I have to use a two-dimensional array?...


arrayscpointersc-stringspointer-arithmetic

Read More
How to assign a string to struct variable in C?...


arrayscinitializationc-stringsassignment-operator

Read More
Add character at given position using pointers in C...


cpointersinsertcharc-strings

Read More
segmentation fault, c programm...


cfor-loopc-stringspalindromefunction-definition

Read More
Appending element into an array of strings in C...


cappendc-stringsstrcpystrcat

Read More
std::string class wrapped with cstring API (property proxy pattern)...


c++stringproxyc-strings

Read More
little question about a thing when it comes to dynamically allocate a string, how can I solve?...


cpointersmemory-managementmallocc-strings

Read More
BackNext