Click here to Skip to main content
15,918,330 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: weird debug assertion on breakpoint Pin
mark novak21-Apr-05 1:37
mark novak21-Apr-05 1:37 
GeneralRe: weird debug assertion on breakpoint Pin
bryce21-Apr-05 13:36
bryce21-Apr-05 13:36 
GeneralRe: weird debug assertion on breakpoint Pin
bryce23-Apr-05 14:21
bryce23-Apr-05 14:21 
GeneralRe: weird debug assertion on breakpoint Pin
James R. Twine21-Apr-05 1:50
James R. Twine21-Apr-05 1:50 
GeneralRe: weird debug assertion on breakpoint Pin
bryce21-Apr-05 13:37
bryce21-Apr-05 13:37 
GeneralRe: weird debug assertion on breakpoint Pin
bryce23-Apr-05 14:20
bryce23-Apr-05 14:20 
GeneralRe: weird debug assertion on breakpoint Pin
David Crow21-Apr-05 2:54
David Crow21-Apr-05 2:54 
GeneralRe: weird debug assertion on breakpoint Pin
bryce21-Apr-05 13:42
bryce21-Apr-05 13:42 
AFX_INLINE TYPE CArray<type, arg_type="">::GetAt(int nIndex) const
{ ASSERT(nIndex >= 0 && nIndex < m_nSize);
return m_pData[nIndex]; }


the assertion,
which is just plain weird coz it doesnt matter where in the code i place my breakpoint



Bryce

---
To paraphrase Fred Dagg - the views expressed in this post are bloody good ones.
--

Publitor, making Pubmed easy.
http://www.sohocode.com/publitor


Our kids book :The Snot Goblin


GeneralRe: weird debug assertion on breakpoint Pin
PJ Arends21-Apr-05 15:52
professionalPJ Arends21-Apr-05 15:52 
GeneralRe: weird debug assertion on breakpoint Pin
bryce23-Apr-05 14:20
bryce23-Apr-05 14:20 
GeneralRe: weird debug assertion on breakpoint Pin
David Crow21-Apr-05 16:59
David Crow21-Apr-05 16:59 
GeneralRe: weird debug assertion on breakpoint Pin
bryce23-Apr-05 14:21
bryce23-Apr-05 14:21 
Questionhtml help in vs7.0? Pin
IlanTal20-Apr-05 20:56
IlanTal20-Apr-05 20:56 
QuestionHow make excel automation with mfc, range's outline?? Pin
lee kyu sub20-Apr-05 20:50
lee kyu sub20-Apr-05 20:50 
AnswerRe: How make excel automation with mfc, range's outline?? Pin
Manfred Staiger20-Apr-05 22:11
Manfred Staiger20-Apr-05 22:11 
Generalplease example sourec... Pin
lee kyu sub21-Apr-05 14:24
lee kyu sub21-Apr-05 14:24 
Generalqsort+bsearch use Pin
itkid20-Apr-05 20:45
itkid20-Apr-05 20:45 
GeneralRe: qsort+bsearch use Pin
cmk20-Apr-05 22:18
cmk20-Apr-05 22:18 
GeneralRe: qsort+bsearch use Pin
itkid21-Apr-05 0:00
itkid21-Apr-05 0:00 
GeneralRe: qsort+bsearch use Pin
cmk21-Apr-05 0:03
cmk21-Apr-05 0:03 
GeneralRe: qsort+bsearch use Pin
itkid21-Apr-05 0:19
itkid21-Apr-05 0:19 
GeneralRe: qsort+bsearch use Pin
itkid21-Apr-05 0:24
itkid21-Apr-05 0:24 
GeneralAdd Member Variable Wizard Pin
Ben__hed20-Apr-05 20:44
sussBen__hed20-Apr-05 20:44 
GeneralRe: Add Member Variable Wizard Pin
Jack Puppy20-Apr-05 21:26
Jack Puppy20-Apr-05 21:26 
GeneralRe: Add Member Variable Wizard Pin
benhed20-Apr-05 21:56
benhed20-Apr-05 21:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.