One of C++ lacks in defining a class is absence of read-only variable ... class A { public : readonly int x; // x can not modify out of this class void f() ...
確定! 回上一頁