猿问
c++运行故障
写的c++程序,不论vs还是dev运行都会崩,vs上是这么提示的。。怎么破?
慕神5119927
浏览 1283
回答 2
2回答
snowmanJS
去掉#include "stdafx.h" 第二行改为#include <iostream>
1
0
0
书旅
你这样写#include<iostream>using namespace std;int main(){int i=1;cout << i << endl;return 0;}
0
0
0
随时随地看视频
慕课网APP
相关分类
C++
typedef入门问题
1 回答
我要回答