摘要: 本节,我们学习如何在新版 VS 2017 中编写程序输出“C语言中文网”,程序代码如下: 1. #include <stdio.h> 2. int main() 3. { 4. puts("C语言中文网"); 5. return 0; 6. }创建项目(Project)在 VS 2017 下开发程序 阅读全文
posted @ 2020-03-23 01:14 林登万将军! 阅读(2712) 评论(0) 推荐(0)