六狼论坛's Archiver
首页
›
Ubuntu
› 一个可在ubuntu下成功编译并成功运行的c++程序的例子
battle19821016
发表于 2013-1-15 14:15:59
一个可在ubuntu下成功编译并成功运行的c++程序的例子
#include <iostream>
using namespace std;
int main(){
cout << sizeof(int);
return 0;
}
页:
[1]
查看完整版本:
一个可在ubuntu下成功编译并成功运行的c++程序的例子