For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > January 2006 > autoexp.dat for CArray MFC









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author autoexp.dat for CArray MFC
Paul

2006-01-16, 3:57 am

Its not very much but some might like it

;------------------------------------------------------------------------------
; MFC CArray
;------------------------------------------------------------------------------
CArray<*>{
children
(
#array
(
expr : ($c.m_pData)[$i],
size : $c.m_nSize
)
)

preview
(
#(
"[",
$e.m_nSize ,
"](",

#array
(
expr : ($c.m_pData)[$i],
size : $c.m_nSize
),
")"
)
)


}

If anyone has worked out how to quick watch a CArray like
CArray<int, int>foo;
foo.SetSize(4);
foo[3] = 3;

quick watch foo[3] ???

Thanks Paul


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com