从今天起你就是一名程序员了 —— 2019.09.16
开始你的第一个 C / C++ 程序
1 #include <stdio.h>2 3 int main(){4 printf("hello world");5 return 0; 6 }
#include <iostream>using namespace std;int main(){ cout << "hello world"; return 0; }
原文链接:http://www.cnblogs.com/SihanLin/p/14089983.html
本站QQ群:前端 618073944 | Java 606181507 | Python 626812652 | C/C++ 612253063 | 微信 634508462 | 苹果 692586424 | C#/.net 182808419 | PHP 305140648 | 运维 608723728