WindowsアプリケーションはVisual C++(MFC)で作成しています。 MFCなので文字列クラスは基本、CStringクラスを使用していますが、 途中で標準がANSIからUNICODEに切り替わり、 両方に対応する仕組みや、 他ライブラリの引数が std::string や std::wstring だったり、 ATLの ...
ちなみに昔のMFCのコンテナクラスはコンテナに格納する型とそれを引数で与えるときの引数の型を与えるデザインになっていました。 template <class TYPE, class ARG_TYPE> class CArray; 格納する型が int のときは CArray< int, int > を使うことが多いです。 しかし、 CString の ...
A CString object contains character string data. CString inherits the set of the methods and operators that are defined in the class template CStringT to work with string data. (CString is a typedef ...
Instinct allways told me this was illegal, but now I think maybe I'm wrong:<P><BLOCKQUOTE><font size="-1">code:</font><HR><pre>CString CSQLWrapper::CleanString(const ...
C-bug Category: This is a bug. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
I need to convert a CString variable (PropertyKey) to a WCHAR [] variable (_awcName). Looking for the answer on Google came up with MultiByteToWideChar ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する