auto x = true; // bool auto y = 42; // int auto z = 100.; // double. Where C++ gets messy is for arrays and strings. Recall that strings are not primitive ...
確定! 回上一頁