Search code examples
Remove first and last character from a string...


cc-strings

Read More
Assigning characters one-by-one to a pointer?...


c++arrayspointerssegmentation-faultc-strings

Read More
Can I store UTF8 in C-style char array...


cutf-8c-strings

Read More
While loop skips cin.getline() for C-string...


c++cingetlinec-strings

Read More
Can C presume which array I want to store my characters?...


carrayspointersc-stringspalindrome

Read More
How to allocate a dynamic memory zone for a character string in C...


cmemory-managementmalloccommand-line-argumentsc-strings

Read More
passing arg 1 of `strcspn' from incompatible pointer type...


cmultidimensional-arraynewlinec-strings

Read More
Comparison between pointer and integer C++ forbidden...


c++pointersif-statementintegerc-strings

Read More
Pop works only once in specific function...


cmemory-managementstacksingly-linked-listc-strings

Read More
Value of char array changing, upon calling strcpy on a different char array...


cc++11c-stringsstrcpystrncpy

Read More
Concatenating char buffer into a string...


carraysmemory-managementcharc-strings

Read More
Wrong assignment in string struct variable in C...


carrayspointersstructc-strings

Read More
Putting uppercase letters taken from user and putting into an array...


ccharc-stringsuppercaseletter

Read More
How to read multiple strings in C one in a line, each containing spaces?...


cstringmallocc-stringsgets

Read More
Why does my char* copier return different things?...


c++pointerscopyc-stringsgarbage

Read More
In C, trying to remove extra whiteSpace in char* and replace with only one space between words...


ccompressionwhitespacec-stringsremoving-whitespace

Read More
strcmp returns false for for equal char sequence...


c++if-statementc-stringsstrcmp

Read More
SegFault error, but linked list works properly...


csegmentation-faultsingly-linked-listc-stringsalphabetical

Read More
Segmentation Fault when using strtok...


csegmentation-faultsubstringminc-strings

Read More
Selecting the longest of two strings using pointers...


cfunctionmaxc-stringsstrlen

Read More
How to use string value as a logging file name...


cgdbc-strings

Read More
How to get lines from two char arrays to check the equality between each of their lines...


ccharstring-comparisonc-stringsstrcmp

Read More
Differences between single-quotes and double-quotes in C...


cprintfc-stringsstring-literals

Read More
How to append characters to a string array in C...


cloopsfor-loopc-stringsuppercase

Read More
How to pass a 1D array of 500 pointers to a function in C...


carraysmemory-managementc-strings

Read More
How do you "make room" for a string?...


cc-strings

Read More
A null character '\0' at the end of a string...


cstringnullc-stringsnull-terminated

Read More
Insert a string to another string in C...


cfor-loopinsertc-strings

Read More
how to convert QString to char**...


c++qtc-stringsqstring

Read More
strcat adds junk to the string...


cstringc-stringsstrcat

Read More
BackNext