ページ 11

System::string -> std::string への変換

Posted: 2011年2月14日(月) 12:41
by basuku
お世話になります。

System::string -> std::string の変換方法がよくわからなかったので
ご教授よろしくお願いします。
System::string とstd::string の違いもよくわかりませんでした。

環境:WindowsXp、VisualC++2008ExpressEdition

Re: System::string -> std::string への変換

Posted: 2011年2月14日(月) 12:52
by bitter_fox
basuku さんが書きました:お世話になります。

System::string -> std::string の変換方法がよくわからなかったので
ご教授よろしくお願いします。
System::string とstd::string の違いもよくわかりませんでした。

環境:WindowsXp、VisualC++2008ExpressEdition
http://support.microsoft.com/kb/311259/ja
http://d.hatena.ne.jp/kasei_san/20070618/p1

これらが参考になると思います。

Re: System::string -> std::string への変換

Posted: 2011年2月14日(月) 13:29
by basuku
参考になりました。
ありがとうございます。