I hope some one can help me, i\'m trying to create an int[400000000] (400 millions) array on my application using visual c++ 2010 but it generates an overflow error The same cod
I just found a very simple solution but i don't know if it is advisable
int tab[400000000]={0};//global array int main(array ^args) { std::cout<