这个能在VC里编译吗?还是BCB
#include<stdio.h>#include<stdlib.h>
#include<iostream>
#include<string>
#include<conio.h>
#include<vector>
#include<except.h> //BCB异常
using namespace std;
int main()
{
double = 999999999999999;
try{
float *x = new float[size]; //分配一个size大小的数组
}
catch(xalloc)
{
cout<<"out of memory"<<endl;
exit(1);
}
getch();
return 0;
}