Life Logs
2007/11/06
[工作點滴] VisualC string轉成const char
// 轉化成c風格
string str1("hello world");
const char *c_str1=str1.c_str();
//轉化成數組
const char *a_str1=0;
a_str1=str1.data();
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言