Click here to Skip to main content
15,891,763 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: [MFC] Error when call function CreateDialog in method InitInstance in order to create a modeless dialog as main window Pin
Avi Berger6-Mar-10 17:25
Avi Berger6-Mar-10 17:25 
GeneralRe: [MFC] Error when call function CreateDialog in method InitInstance in order to create a modeless dialog as main window Pin
rudyono12-Mar-10 4:23
rudyono12-Mar-10 4:23 
Questionconvert a CString value to DWORD Pin
learningvisualc5-Mar-10 20:43
learningvisualc5-Mar-10 20:43 
AnswerRe: convert a CString value to DWORD Pin
wangningyu5-Mar-10 22:34
wangningyu5-Mar-10 22:34 
AnswerRe: convert a CString value to DWORD Pin
loyal ginger6-Mar-10 1:59
loyal ginger6-Mar-10 1:59 
AnswerRe: convert a CString value to DWORD Pin
Alain Rist6-Mar-10 5:00
Alain Rist6-Mar-10 5:00 
QuestionAVIStreamWrite failed Pin
gmallax5-Mar-10 20:01
gmallax5-Mar-10 20:01 
GeneralRe: AVIStreamWrite failed Pin
jaapestaartje18-Oct-10 1:21
jaapestaartje18-Oct-10 1:21 
Questionhow to use CHtmlEditView in vc 6.0 Pin
sunnyram5-Mar-10 19:28
sunnyram5-Mar-10 19:28 
Questionhow to fnd files on http server? Pin
includeh105-Mar-10 18:27
includeh105-Mar-10 18:27 
AnswerRe: how to fnd files on http server? Pin
Tony Richards5-Mar-10 21:52
Tony Richards5-Mar-10 21:52 
AnswerRe: how to fnd files on http server? Pin
Moak6-Mar-10 1:04
Moak6-Mar-10 1:04 
QuestionHow can reduce memory usage of application? Pin
Le@rner5-Mar-10 18:07
Le@rner5-Mar-10 18:07 
AnswerRe: How can reduce memory usage of application? Pin
Stephen Hewitt5-Mar-10 22:18
Stephen Hewitt5-Mar-10 22:18 
AnswerRe: How can reduce memory usage of application? Pin
CPallini6-Mar-10 0:42
mveCPallini6-Mar-10 0:42 
As Steve suggested, your application probably doesn't perform well the necessary cleanup, i.e. keeps allocating new objects without calling delete on the 'dead' ones.
Correct handling of dynamic memory is one of the major duties of the C/C++ developer.
Smile | :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov6-Mar-10 9:01
Eugen Podsypalnikov6-Mar-10 9:01 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 0:03
Le@rner8-Mar-10 0:03 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 3:01
Eugen Podsypalnikov8-Mar-10 3:01 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 17:06
Le@rner8-Mar-10 17:06 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 19:41
Eugen Podsypalnikov8-Mar-10 19:41 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 20:01
Le@rner8-Mar-10 20:01 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 20:47
Eugen Podsypalnikov8-Mar-10 20:47 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 22:08
Le@rner8-Mar-10 22:08 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 22:11
Eugen Podsypalnikov8-Mar-10 22:11 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 22:16
Le@rner8-Mar-10 22:16 

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.