Click here to Skip to main content
15,911,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralScrollbar Drawing Pin
Jawache18-Sep-02 1:22
Jawache18-Sep-02 1:22 
QuestionMemory leak searcher? Pin
Chun Te, Ewe18-Sep-02 1:18
Chun Te, Ewe18-Sep-02 1:18 
AnswerRe: Memory leak searcher? Pin
jhwurmbach18-Sep-02 1:38
jhwurmbach18-Sep-02 1:38 
GeneralRe: Memory leak searcher? Pin
Chun Te, Ewe18-Sep-02 2:39
Chun Te, Ewe18-Sep-02 2:39 
GeneralRe: Memory leak searcher? Pin
Jawache18-Sep-02 6:01
Jawache18-Sep-02 6:01 
GeneralRe: Memory leak searcher? Pin
Bart Robeyns18-Sep-02 6:27
Bart Robeyns18-Sep-02 6:27 
GeneralRe: Memory leak searcher? Pin
RChin18-Sep-02 6:46
RChin18-Sep-02 6:46 
GeneralRe: Memory leak searcher? Pin
Bart Robeyns18-Sep-02 12:01
Bart Robeyns18-Sep-02 12:01 
I stand completely corrected. I was confused with the change from 'delete [n] array' to 'delete [] array'. And I was lucky in the example I gave, because the difference between 'delete [] array' and 'delete array' is that in the latter case no destructors are called while in the former they are. But in my example I was silly enough to use char's, who, obviously, have no destructors at all.
AnswerRe: Memory leak searcher? Pin
Stephane Rodriguez.18-Sep-02 2:36
Stephane Rodriguez.18-Sep-02 2:36 
AnswerRe: Memory leak searcher? Pin
dazinith18-Sep-02 5:12
dazinith18-Sep-02 5:12 
GeneralSerialization problem Pin
simbakid18-Sep-02 0:45
simbakid18-Sep-02 0:45 
GeneralRe: Serialization problem Pin
Jawache18-Sep-02 1:24
Jawache18-Sep-02 1:24 
GeneralRe: Serialization problem Pin
simbakid18-Sep-02 3:04
simbakid18-Sep-02 3:04 
Generalcreate shared folder Pin
Anonymous18-Sep-02 0:37
Anonymous18-Sep-02 0:37 
GeneralRe: create shared folder Pin
Jon Hulatt18-Sep-02 1:38
Jon Hulatt18-Sep-02 1:38 
GeneralUsing the NetLocalGroupGetMembers method Pin
abhinarulkar18-Sep-02 0:36
abhinarulkar18-Sep-02 0:36 
QuestionHow to grey or disable a toolbar button? Pin
chen18-Sep-02 0:25
chen18-Sep-02 0:25 
AnswerRe: How to grey or disable a toolbar button? Pin
Jawache18-Sep-02 1:27
Jawache18-Sep-02 1:27 
Generalportability of VC++ .NET Pin
Bilal18-Sep-02 0:14
Bilal18-Sep-02 0:14 
GeneralRe: portability of VC++ .NET Pin
Michael P Butler18-Sep-02 0:44
Michael P Butler18-Sep-02 0:44 
GeneralRe: portability of VC++ .NET Pin
Stephane Rodriguez.18-Sep-02 2:32
Stephane Rodriguez.18-Sep-02 2:32 
GeneralRe: portability of VC++ .NET Pin
Bilal18-Sep-02 4:36
Bilal18-Sep-02 4:36 
GeneralRe: portability of VC++ .NET Pin
Stephane Rodriguez.18-Sep-02 4:55
Stephane Rodriguez.18-Sep-02 4:55 
Generalweird template compile problem Pin
peterchen17-Sep-02 23:46
peterchen17-Sep-02 23:46 
GeneralRe: weird template compile problem Pin
Anonymous18-Sep-02 0:46
Anonymous18-Sep-02 0:46 

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.