Click here to Skip to main content
15,913,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Do I need to delete a CArray Pin
Code4Food13-Nov-02 11:38
Code4Food13-Nov-02 11:38 
GeneralRe: Do I need to delete a CArray Pin
Joaquín M López Muñoz13-Nov-02 11:47
Joaquín M López Muñoz13-Nov-02 11:47 
GeneralRe: Do I need to delete a CArray Pin
Code4Food13-Nov-02 11:56
Code4Food13-Nov-02 11:56 
GeneralRe: Do I need to delete a CArray Pin
Christian Graus13-Nov-02 12:11
protectorChristian Graus13-Nov-02 12:11 
GeneralRe: Do I need to delete a CArray Pin
Joaquín M López Muñoz13-Nov-02 12:16
Joaquín M López Muñoz13-Nov-02 12:16 
GeneralRe: Do I need to delete a CArray Pin
Christian Graus13-Nov-02 12:38
protectorChristian Graus13-Nov-02 12:38 
GeneralRe: Do I need to delete a CArray Pin
Code4Food13-Nov-02 12:27
Code4Food13-Nov-02 12:27 
GeneralRe: Do I need to delete a CArray Pin
Christian Graus13-Nov-02 12:43
protectorChristian Graus13-Nov-02 12:43 
Code4Food wrote:
But I read somwhere that compiling the STL with VC++ (I'm using the .NET version, but writing unmanaged code) gives a lot of warning, and because of compliance issues the MS compiler has problems with STL.

Um... no. The warnings you can get rid of with a pragma, and I doubt they exist in VC.NET, they have made major improvements to their STL implimentation. The major problem VC has is partial template specialisation, which STL does not rely on.

Code4Food wrote:
However, I also recall from some time ago that Dinkunware is the supplier of the MS STL library, however, doesn't the latest version of Dink, compile fine in VC++?!?!

Dinkumware learned to write an STL implimentation by providing one in VC6, and then made a fortune out of selling one that fixed all the bugs they wrote the first time around. I don't know if Dinkum wrote the newer STL in VC.NET, but it is overhauled and improved, not least being the addition of a hash_map.

Code4Food wrote:
But let me reevaluate my current design I may still switch over to "vector" if it greatly eases writing code and maintainence.

If you can still do that, I would certainly encourage it. I have written several STL articles on CP, as have others. That should get you pointed in the right direction. www.sgi.com/tech/stl ( from memory ) is the best online source of STL docs.



Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
GeneralRe: Do I need to delete a CArray Pin
Code4Food13-Nov-02 18:05
Code4Food13-Nov-02 18:05 
GeneralRe: Do I need to delete a CArray Pin
Christian Graus13-Nov-02 18:17
protectorChristian Graus13-Nov-02 18:17 
QuestionHow to use the UTILITY PROJECT in VC++ Pin
youssef13-Nov-02 11:12
youssef13-Nov-02 11:12 
GeneralImage list Pin
electronicman_x13-Nov-02 10:00
electronicman_x13-Nov-02 10:00 
GeneralRe: Image list Pin
Joaquín M López Muñoz13-Nov-02 10:19
Joaquín M López Muñoz13-Nov-02 10:19 
GeneralUI thread basics.. Pin
RobJones13-Nov-02 9:46
RobJones13-Nov-02 9:46 
GeneralRe: UI thread basics.. Pin
Joaquín M López Muñoz13-Nov-02 10:06
Joaquín M López Muñoz13-Nov-02 10:06 
GeneralRe: UI thread basics.. Pin
RobJones13-Nov-02 10:09
RobJones13-Nov-02 10:09 
GeneralRe: UI thread basics.. Pin
Joaquín M López Muñoz13-Nov-02 10:13
Joaquín M López Muñoz13-Nov-02 10:13 
GeneralRe: UI thread basics.. Pin
RobJones13-Nov-02 10:23
RobJones13-Nov-02 10:23 
GeneralRe: UI thread basics.. Pin
Joaquín M López Muñoz13-Nov-02 10:27
Joaquín M López Muñoz13-Nov-02 10:27 
GeneralRe: UI thread basics.. Pin
RobJones13-Nov-02 10:28
RobJones13-Nov-02 10:28 
GeneralRe: UI thread basics.. Pin
Joaquín M López Muñoz13-Nov-02 10:46
Joaquín M López Muñoz13-Nov-02 10:46 
QuestionHow to open a URL on a different virtual desktop? Pin
Larry Antram13-Nov-02 9:43
Larry Antram13-Nov-02 9:43 
AnswerRe: How to open a URL on a different virtual desktop? Pin
RobJones13-Nov-02 9:58
RobJones13-Nov-02 9:58 
Generalradio button handlers: recursion when using arrow key to switch buttons Pin
David Klotz13-Nov-02 9:13
David Klotz13-Nov-02 9:13 
GeneralRe: radio button handlers: recursion when using arrow key to switch buttons Pin
Alvaro Mendez13-Nov-02 9:51
Alvaro Mendez13-Nov-02 9:51 

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.