Search code examples
I can not understanding this portion of code for this token identification program...


cfor-loopsubstringc-stringsfunction-definition

Read More
malloc works with int but not with strings...


cprintfdynamic-memory-allocationc-stringsassignment-operator

Read More
how do I access a character from 2-D char string...


cmultidimensional-arraycharprintfc-strings

Read More
Do strings in C language change in the middle of program execution?...


arrayscfor-loopscanfc-strings

Read More
How to split a string along a line in C?...


cparsingfile-ioc-strings

Read More
If statement being skipped inside while loop...


cnewlinec-stringsfgetsstrcmp

Read More
How do I convert a `CString` into a `CHAR *`?...


c++c-strings

Read More
Why is strdup considered to be evil...


cc-strings

Read More
Will we have a size_t strlen(const char8_t*) in a future C++ version...


c++c-stringsstrlenchar8-t

Read More
Implicit declaration of a function in spite of its inclusion in a header file...


ccompilationheaderclionc-strings

Read More
What happened to my strings in both strcpy() and custom function?...


ccharcopyc-stringsstrcpy

Read More
How to convert char* into std::u8string?...


c++utf-8c++20c-stringsstdstring

Read More
How should character arrays be used as strings?...


cstringc-stringsstring-literalsnul

Read More
When Declaring a Double Pointer that is an array why is there no need to put brackets because it is ...


cpointersdynamic-memory-allocationc-stringsdouble-pointer

Read More
C++ try/catch exceptions...


c++exceptionc++17try-catchc-strings

Read More
C loop to get strings and store them in 2D array...


arrayscalgorithmmultidimensional-arrayc-strings

Read More
Why I cannot access the first read char array after reading a series of others in C?...


arrayscprintfscanfc-strings

Read More
How do I append character gotten from loop to a string and return the value of the string as my outp...


ccharc-stringsuppercasefunction-definition

Read More
C Language: I try passing 2d string to function and need to use pointer, but it shows the warning...


cmultidimensional-arrayparameter-passingc-stringsimplicit-conversion

Read More
Replacing a sequence of ascending characters by ascii code with a specific pattern...


cchartransformationc-stringsfunction-definition

Read More
C++ : Member reference base type 'char *' is not a structure or union...


csubstringc-stringsfunction-definition

Read More
Failure in Pointer Dereferencing in C while using same function and variable...


cprintfc-stringsvariadic-functionsfunction-parameter

Read More
I keep receiving this exception - Exception has occurred. EXC_BREAKPOINT (code=1, subcode=0x1b8c50bb...


cvisual-studio-codec-stringsstrcat

Read More
My code runs fine with test A or test B commented out, but both are run the program crashes...


arrayscfor-loopc-stringssigabrt

Read More
C++ CString format with %f, double number became very big value...


c++mfcc-strings

Read More
How to fix error invalid conversion from 'char' to 'const char*' [-fpermissive]?...


c++c-strings

Read More
What is the lifetime of the result of std::string::c_str()?...


c++stringc-stringslifetimec-str

Read More
How to use toupper on char * in C?...


cwhile-loopcharc-stringstoupper

Read More
Is this unsafe to use in C?...


ccharc-stringsstrcat

Read More
Doubling all occurrences of a specific character in a string...


cduplicatescharc-stringsfunction-definition

Read More
BackNext