C ++向量导致运行时崩溃

时间:2019-03-10 02:38:41

标签: c++ vector netbeans runtime

#include <iostream>
#include <vector>
using namespace std;

int main(){
    vector<int> i;
    return 0;
}

显然没有语法或逻辑错误,并且运行时错误让人想起缺少的dll,但我不知道可能会丢失什么。

  

运行失败(退出值-1,073,741,511,总时间:925毫秒)

使用NetBeans 8.2

MinGW 6.3.0

c ++ 11

0 个答案:

没有答案