Bae, Hyun-jik
2004-05-11 12:32:50 UTC
I found that MFC CArray does boundschecking by ASSERT(0<=index &&
index<length); but STL vector class doesn't.
I prefer using STL vector. Is there any way to enable boundschecking in STL?
I use visual c++ 2003 with MFC and not .NET.
Thanks in advance.
Bae, Hyun-jik
index<length); but STL vector class doesn't.
I prefer using STL vector. Is there any way to enable boundschecking in STL?
I use visual c++ 2003 with MFC and not .NET.
Thanks in advance.
Bae, Hyun-jik