码迷,mamicode.com
首页 > 编程语言 > 详细

C++中使用scanf(); printf();然后记事本运行

时间:2020-01-13 17:54:58      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:创建   ++   char   too   turn   提示   tools   clu   main   

1.创建 hello.cpp
2.输入
----------------------------
#include <stdio.h>
int main()
{
 int a;
 char c;
 printf("hello word!");
 scanf("%s",&c);
 printf("
输入了:%s",&c);
 scanf("%d", &a);
 
 return 0;
}
----------------------------
3.开始-Visual Studio Tools-VS2019 开发人员命令提示
4.cd hello.cpp在的文件夹
5.cl hello.cpp 
6.运行效果

C++中使用scanf(); printf();然后记事本运行

标签:创建   ++   char   too   turn   提示   tools   clu   main   

原文地址:https://www.cnblogs.com/qq2806933146xiaobai/p/12188301.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!