str.c_str() gives you a const char * , which is an LPCSTR (Long Pointer to Constant STRing) -- means that it's a pointer to a 0 terminated string of characters.
確定! 回上一頁