//MyProgram.cpp import module ModuleA; int main() { Bar::f(); // OK Bar::d(); // OK Bar::internal_f(); // Ill-formed: error C2065: ...
確定! 回上一頁