C++/CLI について語ろうぜ Part2
at TECH
194:185
06/12/04 17:37:49
>>186-188
ほかの方法があったか。
色々考え出したら止まらなくって困ってたとこだった。
役に立てなくてすまない。
#include <string>
#include <iostream>
int main(array<System::String ^> ^args)
{
std::string A="BMP",B="Wav";
std::string C="";
C=A+'\0'+B+'\0'+'\0';
std::cout<<C<<std::endl;
//std::cout<<C.c_str()<<std::endl;
return 0;
}
こういう感じの想定してた。@VC2005EE
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
4346日前に更新/176 KB
担当:undef