摘要: https://jingyan.baidu.com/article/49711c616b8a1ffa441b7cdc.html 阅读全文
posted @ 2020-01-07 21:04 ShineLe 阅读(378) 评论(0) 推荐(0)
摘要: 程序末尾添加 system("pause"); 阅读全文
posted @ 2020-01-07 15:33 ShineLe 阅读(249) 评论(0) 推荐(0)
摘要: 按 “F5”(开始调试的快捷键)运行到下个断点处。 阅读全文
posted @ 2020-01-07 15:22 ShineLe 阅读(305) 评论(0) 推荐(0)
摘要: 1、使用前应先包含头文件string.h,有的是cstring #include<string> 这样才能正确的cin和cout字符串。 cin时,是按照空格、TAB和换行进行分割的 例如,输入Hello World 使用cin输入,监视输入的对象,可以看到,是分Hello 和World两次cin的 阅读全文
posted @ 2020-01-07 15:18 ShineLe 阅读(421) 评论(0) 推荐(0)