Search code examples
Are the literals "" (empty string) and "\0" (null string) identical?...

c++c-strings

Read More
How to reduce memory used by an array buffer?...

c++arraysmemoryc-strings

Read More
Does the preprocessor prepare a list of unique constant strings before the compiler goes into action...

cc-preprocessorc-strings

Read More
Confusing behavior of C++ string returns and c_str() casts...

c++stringpointersmemoryc-strings

Read More
How to convert cString into String in Swift6?...

swiftstringmigrationc-stringsswift6

Read More
C - split string into an array of strings...

cc-strings

Read More
How to debug this substring matching code?...

cif-statementpointerswhile-loopc-strings

Read More
join() or implode() in C...

cc-strings

Read More
Difference between strlen(str.c_str()) and str.length() for std::string...

c++stringc-stringsstring-lengthstrlen

Read More
During the second call of strtok(), the code raises the following error: Invalid read of size 1...

c++pointersc-stringsdynamic-arraysstrtok

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
Why does fgets() require a maximum size of user input? Is it because it does not have the "rest...

cc-stringsfgetsbuffer-overflow

Read More
How do I get the next token in a Cstring if I want to use it as an int? (c++)...

c++tokenizec-strings

Read More
How to properly use C switch statement...

cstringswitch-statementc-strings

Read More
C pointers: Function returns a pointer defined in its body...

cpointersscopec-stringsstorage-duration

Read More
Does s conversion specifier specify direction / order in which characters are written?...

cprintfc-stringsconversion-specifier

Read More
C char array has different length than expected...

arrayscfor-loopc-stringsstrlen

Read More
How to fix warning "Format specifies type 'void *' but the argument has type 'char&...

cpointersprintfc-stringsconversion-specifier

Read More
Number index to array element...

arrayscfor-loopc-stringsfgets

Read More
Finding possible permutations of a word...

ccombinationspermutationc-stringscpu-word

Read More
How do I convert a CString into a String with Rust?...

stringrusttype-conversionc-strings

Read More
Expand macros inside quoted string...

cmacrosc-preprocessorc-strings

Read More
LSD Radix for a fixed count array...

arrayscc-stringsradix-sort

Read More
Is there a worked example of using CStrBufT with a CString?...

visual-c++mfcc-strings

Read More
missing first character when printing string...

cfor-loopcharc-stringsputs

Read More
Word Count in C...

cif-statementsubstringc-stringscounting

Read More
Last character index of inverted string in C being the whole uninverted original string...

cc-stringsreversing

Read More
How to create a null-terminated string in Go?...

stringgoc-strings

Read More
Calling SHGetKnownFolderPath from Python?...

pythonctypesc-stringsshell32.dlllpwstr

Read More
When/Why is '\0' necessary to mark end of an (char) array?...

arraysccharc-stringsnull-terminated

Read More
BackNext