Search code examples
What is the correct way to fill a C string pointer from Rust?...


rustc-stringsffi

Read More
Returning a char pointer in C...


cpointersc-strings

Read More
Rearranging string letters...


carraysc-strings

Read More
Why strcmp() works differently in code blocks (particularly in gcc) and other compilers?...


ccodeblocksc-stringsstrcmp

Read More
How to declare and init two dimensional array of strings?...


c++multidimensional-arraydeclarationc-strings

Read More
Function Output Problems...


c++coutc-strings

Read More
Can't write into a text file with for loop in c...


cfor-loopmallocc-stringswritefile

Read More
Return the longest common Substring Function c ++...


c++substringc-strings

Read More
What happens when a char array gets initialized from a string literal?...


cpointersliteralsc-strings

Read More
Haskell beginner how did I get to IO ( IO String )...


haskelltypesmoduleioc-strings

Read More
Is it mandatory to assign default value zero to integer array in C?...


carraysc-stringsgarbage

Read More
snprintf, for integer to string conversion in C...


cc-strings

Read More
Inspect the returning value of std::string.c_str()...


c++c-strings

Read More
Can a char* be moved into an std::string?...


c++c++11move-semanticsc-strings

Read More
Strange std::cout behaviour with const char*...


c++stringiostreamcoutc-strings

Read More
CString To Byte and Byte To CByteArray Conversion-MFC...


arraysvisual-c++mfcbytec-strings

Read More
string to char* function...


c++pointersarduinoc-strings

Read More
How to send an error message when c-string user input empty?...


c++stringc-strings

Read More
c++ cstring find and replace...


c++replacefindc-strings

Read More
memcpy not actual copying...


ccharmemcpyc-strings

Read More
Converting a C string to individual integers...


c++type-conversionc-stringsatoi

Read More
Set Qt default encoding to UTF-8...


qtutf-8character-encodingc-strings

Read More
Implementing tokenize function with CString...


c++11visual-c++mfcc-strings

Read More
Why does the C compiler allow me to use strcpy to overwrite string literal?...


cc-stringsstrcpy

Read More
Trimming start of Cstring without copying...


c++cc-strings

Read More
strncpy or strlcpy in my case...


ccopyc-stringsstrncpy

Read More
Unwanted text inside char array...


cmemory-leaksc-strings

Read More
Implementing `strtok` whose delimiter has more than one character...


cdelimiterstrtokc-strings

Read More
How to input a string to C with null character in it via gets?...


cgccc-stringsbuffer-overflowgets

Read More
C strcpy array of string pointers...


cc-stringsstrcpy

Read More
BackNext