Search code examples
Extract a floating point number from a CString...


c++mfccstring

Read More
CString to TCHAR...


c++cstringtchar

Read More
Is it ok to return a stack object for a CString and why /GR causes undefined behavior to dynamic_cas...


c++castingcstring

Read More
How to get rid of string of characters in CString in C++...


c++stringvisual-c++argumentscstring

Read More
Getting rid of newline in CString in C++...


c++xmlstringnewlinecstring

Read More
Which wide-character string structure do I use? CString vs wstring...


stringcommfccstringwstring

Read More
Failed to assign an Ansi char array to MFC CStringW...


mfcwindows-cecstring

Read More
Custom String Literals...


c++objective-ccstringstring-literalswchar

Read More
Splitting a std::string into two const char*s resulting in the second const char* overwriting the fi...


c++stringtype-conversioncstring

Read More
Getting the ending position of CString...


c++substringcstring

Read More
Converting string to C style string...


c++stringcstring

Read More
How to insert a new character in a StringStream and extract to string within a loop in C++?...


c++stringcharcstringstringstream

Read More
How to convert an std::string to C-style string...


c++stringcstringstdstring

Read More
Format float\double numbers to CString with zero filling and preset number of digits...


c++formattingfloating-pointcstring

Read More
cstring m_pszdata doesn't match converted char* in UNICODE...


unicodecjkcstring

Read More
how to pass a pointer to array of strings (char *p[]) ?...


ccstring

Read More
print cstring right after malloc?...


cmalloccstring

Read More
Segmentation Fault: "...no such file or directory"...


c++segmentation-faultcstring

Read More
set containing a class with CString member variables stores only first letters...


c++stlmfccstring

Read More
Combining std::strings and C-Strings causes buffer overrun...


c++winapicstring

Read More
std::string.c_str() has different value than std::string?...


c++cstringstdstring

Read More
Array of CString -> Memory Leak?...


c++arraysmemory-leakscstring

Read More
C++ Storing copy of string in vector of pairs...


c++vectorcstringstd-pair

Read More
CString construction from std::string - copy chars or pointer...


c++mfccstringstdstring

Read More
Why does strcpy take it's arguments in reverse order...


csyntaxcstringc-strings

Read More
How to convert CString to UCHAR array?...


c++visual-studiovisual-c++mfccstring

Read More
CString to char*...


c++mfcmemory-leakscstring

Read More
Why does MFC C++ CString(const char*) completely changing const char* value?...


c++mfccharacter-encodingcstringlpcstr

Read More
getting console input for Cstrings...


c++cstringcstringc-strings

Read More
Knowing initial user input after getline cstring assignment...


c++ccstringc-strings

Read More
BackNext