PDA

View Full Version : Assert



sonuani
17th April 2008, 10:08
hi,
Why do we get this error ?
ASSERT "i>=0 && i<size" in qstring.h in file in microsoft visual c++ library.
Thanx

aamer4yu
17th April 2008, 15:33
I guess you are using an invalid index to the string.
Hence you get error from the ASSERT.

Can u show the code where you get this error ?