Is std::string a better idea than char* when you're going to have to pass it as a char*?...
Read MoreAre there any Regression Tests coded in C/C++ to test all the functionality of CString (ATL/MFC)?...
Read Morepointer to an array of pointes of c-style strings c++/cli...
Read MoreReversing a string, weird output c++...
Read Morewhen you push_back heap-allocated char into a vector in c++...
Read MoreSplitting a char* at its many '\0' chars...
Read MoreHow do I convert an ATL/MFC CString to a QString?...
Read MoreStored value disappears when setting a struct pointer to null in C++...
Read MoreConvert a string to and unsigned char []...
Read Morec++ formating error with cstrings when using tolower...
Read MoreHelp with Implementation of binary search for names in an array of structs...
Read MoreAm I missing something here ? XD TrimRight does not seem to want to work...
Read MoreConversion of UTF-8 char * to CString...
Read MoreCString value changing after calling UpdateData(TRUE)...
Read MoreStrings taken from user in C are being scrambled...
Read MoreWhy does C's strcpy fail with doubly indexed arrays?...
Read MoreStrange memory management issues in C++ (from a beginner, at least)...
Read MoreCan CString::Format() receive const std::string?...
Read MoreTraversing nested vectors of strings...
Read More