C++ 教程
C++ 实例
使用 C++ 输出字符串 "Hello, World!",只是一个简单的入门实例,需要使用 main() 函数及标准输出 cout:
以上程序执行输出结果为:
Hello, World!