|
-
April 10th, 1999, 09:18 PM
#1
CArray elements access
Help! I define that:
struct FILEINFO{...};
CArray<FILEINFO,FILEINFO> m_ptArray;
So, for adding elements i use
FILEINFO fi;
m_ptArray.Add(fi);
BUT !!! I get wrong data when try to access any index number except [0]. However, size of CArray reported by debugger still growing. What's wrong i did?
Anyone, please...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|