⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 例14.1.txt

📁 这是有清华大学出版社出版
💻 TXT
字号:
例14.1 输出一行字符。
#include <stdio.h>
#include <iostream.h>
/* 本程序的作用是输出一行字符 */
void main( ) 
{
 printf("This is a c++ program.\ n");
 cout <<" This is a c++ program.\ n" ;  //本行输出一行字符
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -