是关于谭浩强老师的C++程序设计课程的程序源代码以及课件

源代码在线查看: 例3.1.txt

软件大小: 6401 K
上传用户: myc
关键词: 谭浩强 程序设计 程序 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				例3.1 各行小数点对齐。
				#include 
				#include 
				using namespace std;
				int main( )
				{ 
				double a=123.456,b=3.14159,c=-3214.67; 
				cout				      cout				      cout				      cout				return 0;
				} 			

相关资源