Search code examples
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
Is this a legal C strdup function?...


cc-stringsstrdup

Read More
How to count characters in a C_String in C++?...


c++functionfor-loopwhile-loopc-strings

Read More
How to pass a string to a function and return the same string changed in C?...


cbinarycharhexc-strings

Read More
How to shift chars in a character array without a temp?...


c++arraysstringcharc-strings

Read More
C How to create an 2d array of characters?...


cmultidimensional-arrayinitializationc-stringsvariable-length-array

Read More
BackNext