方法:按住ctrl+鼠标滑轮滚动
c++属于系统软件还是应用软件?
说哪个都不对,编译之前属于应用软件,after compile ,it belongs to system software.
#include <iostream>using namespace std;
int main(){ cout<<"Hello World";}