|
|
back to boardplease tell me what is carsh(access_violation) Posted by Vijay 10 May 2004 13:50 God I am fed up. Please tell me what is access violation Re: please tell me what is carsh(access_violation) It's when your program tries to access memory address that doesn't belong to it. Re: please tell me what is carsh(access_violation) Posted by Rishi 28 Apr 2012 08:31 In C++, use STL vector instead of arrays. It solved the problem, in my case :) |
|
|