Click here to Skip to main content
15,917,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with colors in MFC, damn I'm bad at painting :) Pin
Jeremy Davis4-Oct-00 22:13
Jeremy Davis4-Oct-00 22:13 
GeneralAnyone got any idea of how to do this? Pin
Fredrik5-Oct-00 21:34
Fredrik5-Oct-00 21:34 
GeneralRe: Anyone got any idea of how to do this? Pin
Jeremy Davis5-Oct-00 22:22
Jeremy Davis5-Oct-00 22:22 
QuestionHow to hide main dialog Pin
Crystal4-Oct-00 17:44
Crystal4-Oct-00 17:44 
AnswerRe: How to hide main dialog Pin
Sam Hobbs4-Oct-00 18:30
Sam Hobbs4-Oct-00 18:30 
GeneralSTL Collection Classes Pin
paulb4-Oct-00 17:19
paulb4-Oct-00 17:19 
GeneralRe: STL Collection Classes Pin
Erik Funkenbusch5-Oct-00 8:03
Erik Funkenbusch5-Oct-00 8:03 
GeneralRe: STL Collection Classes Pin
Erik Funkenbusch5-Oct-00 8:17
Erik Funkenbusch5-Oct-00 8:17 
No. It's not possible, at least not without modifying the STL classes (which you shouldn't do anyways, since people will expect their behavior to be consistent with what the standard dictates).

Just write a small for loop which iterates over the pointers and delets them, then call clear. Or, don't store pointers in your vector, but the actual objects themselves.

GeneralRe: STL Collection Classes Pin
Norbert Muench6-Oct-00 3:29
sussNorbert Muench6-Oct-00 3:29 
GeneralCustomize Open File Dialog Pin
Farzad Bakhtiar4-Oct-00 17:01
sussFarzad Bakhtiar4-Oct-00 17:01 
GeneralToolBar Pin
kin4-Oct-00 16:21
kin4-Oct-00 16:21 
GeneralRe: ToolBar Pin
Member 12089655-Oct-00 11:45
Member 12089655-Oct-00 11:45 
GeneralSize of the Single Document Pin
sunny4-Oct-00 14:28
sunny4-Oct-00 14:28 
GeneralRe: Size of the Single Document Pin
Michael Dunn4-Oct-00 15:48
sitebuilderMichael Dunn4-Oct-00 15:48 
GeneralRe: Size of the Single Document Pin
Sam Hobbs4-Oct-00 17:37
Sam Hobbs4-Oct-00 17:37 
QuestionHow to Get Icon From Running Process Pin
#realJSOP4-Oct-00 9:57
professional#realJSOP4-Oct-00 9:57 
QuestionHow to Get Icon From Running Process Pin
#realJSOP4-Oct-00 9:57
professional#realJSOP4-Oct-00 9:57 
QuestionHow to Get Icon From Running Process Pin
#realJSOP4-Oct-00 9:57
professional#realJSOP4-Oct-00 9:57 
GeneralAdobe Premiere SDK Tutorial Pin
frank4-Oct-00 8:55
frank4-Oct-00 8:55 
GeneralDialog Box Sizing Pin
larryepplin4-Oct-00 6:01
larryepplin4-Oct-00 6:01 
GeneralRe: Dialog Box Sizing Pin
Michael Dunn4-Oct-00 6:22
sitebuilderMichael Dunn4-Oct-00 6:22 
GeneralRe: Dialog Box Sizing Pin
Serge Velikevitch4-Oct-00 6:31
sussSerge Velikevitch4-Oct-00 6:31 
GeneralMainFrame adjust size Pin
pedro4-Oct-00 4:54
pedro4-Oct-00 4:54 
GeneralRe: MainFrame adjust size Pin
Tim Deveaux4-Oct-00 11:34
Tim Deveaux4-Oct-00 11:34 
GeneralJet DB Engine Initialization Error Pin
Rick Fishwick4-Oct-00 4:47
sussRick Fishwick4-Oct-00 4:47 

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.