//the c_str() function returns a const pointer. //to null terminated contents. const char *str = st.c_str();. //printing the char array.
確定! 回上一頁