Click here to Skip to main content
15,921,179 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Preventing a space in an edit box Pin
Ryan Binns23-Jul-03 5:17
Ryan Binns23-Jul-03 5:17 
GeneralSerialization of Data from MFC C++ and Java over a Socket Stream Pin
SeanV23-Jul-03 2:49
SeanV23-Jul-03 2:49 
GeneralSource Files going missing in VC++ IDE Pin
John Oliver23-Jul-03 2:40
John Oliver23-Jul-03 2:40 
GeneralThe most common reason of this... Pin
Abin23-Jul-03 17:06
Abin23-Jul-03 17:06 
GeneralRe: The most common reason of this... Pin
John Oliver23-Jul-03 22:09
John Oliver23-Jul-03 22:09 
GeneralGarbage collection Pin
roel_23-Jul-03 2:02
roel_23-Jul-03 2:02 
GeneralRe: Garbage collection Pin
KaЯl23-Jul-03 5:55
KaЯl23-Jul-03 5:55 
GeneralRe: Garbage collection Pin
Anthony_Yio24-Jul-03 1:19
Anthony_Yio24-Jul-03 1:19 
Based on my experience on VC.Net. If I were to use GC in my code.

I will need to wait for the GC to destruct (which is somehow unpredictable unless you write code to explicitly calling the GC). The C++ destructor will just destruct it when it exit the scope.

My code is neater and I know when I exit the scope, everything should be taken care of in the destructor like it will dellocate the pointer and server connection (if i were to place it in destructor) for me so that I have free memory and reusable resources.

This is not the case for using GC. You simply can't tell when is it ready for next operation.

Hope this is useful.

GeneralMMC PropertySheet question - need a MMC guru Pin
YaronNir23-Jul-03 1:50
YaronNir23-Jul-03 1:50 
GeneralLimit of 64 characters in tray icon hint. Pin
s_k23-Jul-03 1:26
s_k23-Jul-03 1:26 
GeneralRe: Limit of 64 characters in tray icon hint. Pin
Alexander M.,23-Jul-03 1:34
Alexander M.,23-Jul-03 1:34 
GeneralCLSIDFromProgID with VB6 DLL Pin
Hesham Amin23-Jul-03 1:19
Hesham Amin23-Jul-03 1:19 
GeneralRe: CLSIDFromProgID with VB6 DLL Pin
Mike Dimmick23-Jul-03 4:01
Mike Dimmick23-Jul-03 4:01 
GeneralMCIWnd woes Pin
brian scott23-Jul-03 1:15
brian scott23-Jul-03 1:15 
GeneralRe: MCIWnd woes Pin
RobJones23-Jul-03 5:11
RobJones23-Jul-03 5:11 
GeneralREAD FROM RESOURCE FILE Pin
Cheickna23-Jul-03 0:28
Cheickna23-Jul-03 0:28 
GeneralRe: READ FROM RESOURCE FILE Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:51
Iain Clarke, Warrior Programmer23-Jul-03 0:51 
GeneralRe: READ FROM RESOURCE FILE Pin
Alexander M.,23-Jul-03 1:41
Alexander M.,23-Jul-03 1:41 
QuestionHow to wait Windows to repaint? Pin
Daniel Woo23-Jul-03 0:20
Daniel Woo23-Jul-03 0:20 
AnswerRe: How to wait Windows to repaint? Pin
Frank K23-Jul-03 0:48
Frank K23-Jul-03 0:48 
GeneralSaving/loading bitmaps Pin
Lakitu23-Jul-03 0:11
Lakitu23-Jul-03 0:11 
GeneralRe: Saving/loading bitmaps Pin
Philip Patrick23-Jul-03 1:01
professionalPhilip Patrick23-Jul-03 1:01 
QuestionHow to reach external devices? Pin
cemlouis23-Jul-03 0:02
cemlouis23-Jul-03 0:02 
AnswerRe: How to reach external devices? Pin
Toni7823-Jul-03 0:31
Toni7823-Jul-03 0:31 
AnswerRe: How to reach external devices? Pin
KarstenK23-Jul-03 0:35
mveKarstenK23-Jul-03 0:35 

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.