Search code examples
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
Replace one character with multiple characters...


cstringcharc-strings

Read More
How do I convert a long string into a smaller abbreviation consisting of the first character, last c...


cloopscharc-stringsabbreviation

Read More
my C function is modifying a char array it shouldn't because it's deliberately out of scope...


arrayscpass-by-referencec-stringspalindrome

Read More
Please have a look at the code, clang is giving the error " incompatible pointer to integer con...


cif-statementcharc-stringstolower

Read More
how the null value '\0' assign in the exacted \n index?...


ccharnewlinec-stringsfgets

Read More
GTK function call messes up completely unrelated char* value...


ccharc-strings

Read More
C pointer concept segmentation fault...


csegmentation-faultprintfc-stringsimplicit-conversion

Read More
BackNext