Search code examples
Confusing behavior of C++ string returns and c_str() casts...


c++stringpointersmemoryc-strings

Read More
C Style String palindrome detector (case insensitive) in C++...


c++functionpointersc-stringspalindrome

Read More
String (constants) Literals pointer...


stringpointersconstantsc-stringsliterals

Read More
C++ Convert char to CString...


c++c-stringswchar-twchar

Read More
proving pointers address in c...


cpointersc-stringsstring-literals

Read More
Is there a std::string equivalent for CString::Mid()?...


c++c-stringsstdstring

Read More
The size of char datatype in C which is in format of %s or %c?...


ctypescharsizeofc-strings

Read More
How can i make first letter of all words in a string uppercase recursively?...


cfunctionrecursionc-stringscapitalize

Read More
Finding the last occurrence of a string in a sentence in C...


carraysfindc-stringssubstr

Read More
How can I use sprintf() for print to a char *?...


cmemory-managementconcatenationc-strings

Read More
Modifying a String (char array)...


carrayscharc-stringsstrcpy

Read More
'\0' and printf() in C...


cprintfstdoutc-strings

Read More
Assigning an integer into index in char * pointer array...


c++arrayscharc-strings

Read More
Breaking up a string into a list of tokens using another string as a delimiter?...


cstringsplitstring-matchingc-strings

Read More
Most efficient way of converting a Data.ByteString.Lazy to a CStringLen...


haskellc-stringssyslogbytestringhaskell-ffi

Read More
cannot copy command line argument to character pointer in C...


cpointerscommand-line-argumentsc-strings

Read More
Tokenizing a string and return it as an array...


ctokentokenizec-stringsstrtok

Read More
Multi-line wide string constant that allows single line comments in C++...


visual-c++commentsc++17c-strings

Read More
How do I fix the two warnings "warning: format specifies type 'char *' but the argument...


carrayspointersscanfc-strings

Read More
C char pointer get a specific character...


cstringc-strings

Read More
Using sscanf to parse a long line of words on a single line...


cscanfextractc-stringscpu-word

Read More
Obtain the first element from an array variable that is passed by reference...


carrayspointersmultidimensional-arrayc-strings

Read More
Size of character strings...


cpointersc-strings

Read More
Creating an Array of Strings in C...


carrayscommand-line-argumentsc-strings

Read More
initializing string to null termination in order to avoid memset...


carraysinitializationc-strings

Read More
Is it possible to print out only a certain section of a C-string, without making a separate substrin...


cprintfc-strings

Read More
Count number of substrings having only vowels...


cstringalgorithmsubstringc-strings

Read More
Can someone explain why printf("%s", str + str[0] - str[3]); works in C?...


cc-strings

Read More
What is the difference between adding these strings?...


c++stringoperator-overloadingc-stringspointer-arithmetic

Read More
Segmentation in c...


cfor-loopmultidimensional-arraysegmentation-faultc-strings

Read More
BackNext