OC项目调用C++

  CPPHello.hpp #ifndef CPPHello_hpp #define CPPHello_hpp #include <stdio.h> class CPPHello { public: static void sayHello(); }; #endif /* CPPHello_hpp */   CPPHello.cpp #include "CPPH
相关文章
相关标签/搜索