首页 > TAG信息列表 > IStudent

接口编程

App调用接口,依赖头文件和库。 库文件更新,App代码不需要重新编译,直接就可以运行。 //main.cpp #include "Student.h" #include <iostream> void Student::TellStory(){ std::cout<<"hello world"<<std::endl; } Student::Student(/* args */) { } Student::~S