C语言课件,清华大学出版的书的配套的.很好用,尽管下载.

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

软件大小: 4423 K
上传用户: fpeisheng
关键词: C语言 清华大学
下载地址: 免注册下载 普通下载 VIP

相关代码

				例14.1 输出一行字符。
				#include 
				#include 
				/* 本程序的作用是输出一行字符 */
				void main( ) 
				{
				 printf("This is a c++ program.\ n");
				 cout 				}			

相关资源