Hi,
I am getting an error when running a code on linux machine:
"terminate called after throwing an instance of 'std::bad_alloc'
what(): St9bad_alloc
Aborted"
In my code i have a 2 dimensional vector defined.
Can someone tell me the possible cause of error.
Thanks