C++ has no direct method to check one object is instance of some class type or not. In Java, we can get this kind of facility. In C++11, ...
確定! 回上一頁