c_cpp 第1节

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 第1节相关的知识,希望对你有一定的参考价值。

#include <iostream> //Include the iostream file in our file

using namespace std; //Automatically use the standard library namespace

int main() { //the function that must be included in every program
	cout << "Hello World!"; //An output statement. We pass a string literal to the cout output stream

	return 0; //0 or nothing means the program ran successfully. a Non-zero value means failure.
}

以上是关于c_cpp 第1节的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp 第1周马里奥1

c_cpp 第1周继续Caeser

c_cpp 第1周马里奥2

c_cpp 684.冗余连接(第1个).cpp

c_cpp 第1周续:Vigen1 - 检查字母键的功能

c_cpp 第1周续:Vigen3 - 更复杂的输入字符串