const char * f() { string str = "Hello"; return str.c_str(); } Are both of these implemetations exactly equivalent and "Safe" with
確定! 回上一頁