《C++程序设计教程(第二版)》源代码 源代码中包括运行所需的数据文件,它的格式是*.txt,还有*.in和*.out的。头文件格式是*.h

源代码在线查看: f0901.cpp

软件大小: 172 K
上传用户: xiaoy2000
关键词: txt out 源代码 in
下载地址: 免注册下载 普通下载 VIP

相关代码

				//=====================================
				// f0901.cpp
				// global and local object values
				//=====================================
				#include"point.h"
				#include
				using namespace std;
				//-------------------------------------
				Point t;
				int main(){
				  Point s;
				  cout				}//====================================
				
				 			

相关资源