■(((Microsoft.NET総合スレッド)))■at TECH
■(((Microsoft.NET総合スレッド)))■ - 暇つぶし2ch914:デフォルトの名無しさん
08/02/07 19:43:00
#1:
String^ str = "Hello World";
pin_ptr<const wchar_t> cstr = PtrToStringChars ( str );
wprintf ( L"%s", cstr );

#2:
String^ str = "Hello World";
interior_ptr<const wchar_t> cstr = PtrToStringChars ( str );
wprintf ( L"%s", cstr );

#3:
#include <atlstr.h>
...
String^ str = "Hello World";
CString cstr ( str );
wprintf ( L"%s", cstr );


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch