Click here to Skip to main content
15,914,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: StayOnTop for window. Pin
Christian Graus22-Oct-02 13:36
protectorChristian Graus22-Oct-02 13:36 
GeneralRe: StayOnTop for window. Pin
int01h22-Oct-02 13:39
int01h22-Oct-02 13:39 
GeneralRe: StayOnTop for window. Pin
Christian Graus22-Oct-02 13:44
protectorChristian Graus22-Oct-02 13:44 
GeneralRe: StayOnTop for window. Pin
Anonymous23-Oct-02 4:31
Anonymous23-Oct-02 4:31 
GeneralRe: StayOnTop for window. Pin
Paul M Watt22-Oct-02 14:13
mentorPaul M Watt22-Oct-02 14:13 
GeneralRe: StayOnTop for window. Pin
Christian Graus22-Oct-02 15:34
protectorChristian Graus22-Oct-02 15:34 
GeneralC++ Memory Allocation and Memory Leakage Pin
Anonymous22-Oct-02 13:15
Anonymous22-Oct-02 13:15 
GeneralRe: C++ Memory Allocation and Memory Leakage Pin
Christian Graus22-Oct-02 13:30
protectorChristian Graus22-Oct-02 13:30 
Wow - you're trying to understand some heavy stuff here. FWIW I have no idea what the answer is, excepting that you can use sizeof to get the size of an object, which I presume is what you want to know. However, it doesn't really matter to know how much memory you are in risk of leaking, just make sure you delete everything you new, and you won't leak at all.



Christian

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: C++ Memory Allocation and Memory Leakage Pin
Paul Oss22-Oct-02 13:38
Paul Oss22-Oct-02 13:38 
GeneralRe: C++ Memory Allocation and Memory Leakage Pin
Paul M Watt22-Oct-02 13:45
mentorPaul M Watt22-Oct-02 13:45 
GeneralRe: C++ Memory Allocation and Memory Leakage Pin
Christian Graus22-Oct-02 15:35
protectorChristian Graus22-Oct-02 15:35 
GeneralRe: C++ Memory Allocation and Memory Leakage Pin
ursus zeta23-Oct-02 9:47
ursus zeta23-Oct-02 9:47 
QuestionTracking ToolTips in a CControlBar? Pin
Jim A. Johnson22-Oct-02 12:58
Jim A. Johnson22-Oct-02 12:58 
AnswerRe: Tracking ToolTips in a CControlBar? Pin
Maximilien22-Oct-02 15:13
Maximilien22-Oct-02 15:13 
GeneralViews Pin
Anonymous22-Oct-02 12:56
Anonymous22-Oct-02 12:56 
GeneralRe: Views Pin
Ben Burnett22-Oct-02 14:13
Ben Burnett22-Oct-02 14:13 
GeneralHide the Windows Clock Pin
alpha+22-Oct-02 12:52
alpha+22-Oct-02 12:52 
GeneralDialogBox Pin
G. White22-Oct-02 12:37
G. White22-Oct-02 12:37 
GeneralRe: DialogBox Pin
Paul M Watt22-Oct-02 12:46
mentorPaul M Watt22-Oct-02 12:46 
GeneralRe: DialogBox Pin
Christian Graus22-Oct-02 13:19
protectorChristian Graus22-Oct-02 13:19 
QuestionTerminating window-less process? Pin
Abin22-Oct-02 12:29
Abin22-Oct-02 12:29 
AnswerRe: Terminating window-less process? Pin
Hans Ruck22-Oct-02 23:41
Hans Ruck22-Oct-02 23:41 
Generaloverloaded operator new and STL vector Pin
Nemanja Trifunovic22-Oct-02 12:30
Nemanja Trifunovic22-Oct-02 12:30 
GeneralRe: overloaded operator new and STL vector Pin
Christian Graus22-Oct-02 13:34
protectorChristian Graus22-Oct-02 13:34 
GeneralRe: overloaded operator new and STL vector Pin
Nemanja Trifunovic22-Oct-02 15:58
Nemanja Trifunovic22-Oct-02 15:58 

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.