|
-
May 25th, 1999, 10:28 AM
#1
Large CArray usage
Does anyone have a solution to using CArray's for > 32K items? I have toyed with building a custom class that contains multiple CArray members but was hoping someone had a more elegant solution.
Thanks,
Jeff
-
May 25th, 1999, 12:35 PM
#2
Re: Large CArray usage
MFC is not very portable.
How about to use STL array (it is called vector) ?
#include <vector>
-
May 26th, 1999, 08:16 AM
#3
Re: Large CArray usage
the STL is attractive, but this is a legacy app so I'm locked into using MFC (at least for the next several months). Is there a way to add STL to an MFC app in VC++ 4.0? I tried, but keep getting compiler errors on the vector constructor.
Thanks,
Jeff
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
|