在c ++中,这三个代码块之间有任何区别:
MyClass->m_Integer // 1 MyClass::m_Integer // 2 MyClass.m_Integer // 3
c++
c++ ×1