SomeFunction().c_str() gives you a pointer to a temporary(the automatic variable str in the body of SomeFunction ).
確定! 回上一頁