View Single Post
Old Oct 24th, 2006, 11:53 AM   #5
Eric the Red
Hobbyist Programmer
 
Eric the Red's Avatar
 
Join Date: Feb 2006
Posts: 214
Rep Power: 0 Eric the Red is an unknown quantity at this point
Okay, thank you.

Now, considering that the application crashes when I make 300,000 cats, wouldn't that be a problem in real life situations or am I simply leaving something out. For instance, using a database to do this kind of work?

main()
{
      Cat aRovert[300000];
    //Car aRovert[30000];  this would work. 
    system("PAUSE");
    return EXIT_SUCCESS;
}
__________________
Death smiles at us all. All a man can do is smile back.
Eric the Red is offline   Reply With Quote