摘要:1.1main函数定义int main(){ return 0; }其中,return 0在大多数系统中表示成功,非零表示程序有错误。1.2iostreamiostream包含两个基础类型,istream和ostream,分别表示流的输入和输出。其中定义了四个IO对象,分别是:cin:is...
阅读全文
posted @ 2015-04-30 14:22
posted @ 2015-04-30 14:22