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

C / C++ / MFC

 
QuestionDoes anybody can explian how the object are serialized to storeage? Pin
Member 291111-Jul-00 19:51
Member 291111-Jul-00 19:51 
AnswerRe: Does anybody can explian how the object are serialized to storeage? Pin
Dave Lorde19-Jul-00 13:57
Dave Lorde19-Jul-00 13:57 
Generalautodecting proxy settings Pin
David Cecil11-Jul-00 19:49
David Cecil11-Jul-00 19:49 
GeneralRe: autodecting proxy settings Pin
Daniel Fiske17-Jul-00 1:19
Daniel Fiske17-Jul-00 1:19 
GeneralStatic. c++ Pin
Leon Zhang11-Jul-00 16:45
Leon Zhang11-Jul-00 16:45 
GeneralRe: Static. c++ Pin
Mike Dunn11-Jul-00 17:55
Mike Dunn11-Jul-00 17:55 
GeneralRe: Static. c++ Pin
Member 112720-Jul-00 6:12
Member 112720-Jul-00 6:12 
GeneralRe: Static. c++ Pin
pba_13-Jul-00 5:51
pba_13-Jul-00 5:51 
The static members are shared by all instances of the class where it was defined . The scope of this kind of members is in the file where it was defined , and their duration is from the start of the program until the end of the program . So ,because the static members are allocated at the compilation time , you must initilize them at the file scope , even if are private . If you don't specify a value , 0 is implicit.
GeneralMDI with multiple DOC types (The view for one of them must be an assistant) Pin
Joan Murt11-Jul-00 8:38
sussJoan Murt11-Jul-00 8:38 
GeneralRe: MDI with multiple DOC types (The view for one of them must be an assistant) Pin
Joan Murt17-Jul-00 14:21
sussJoan Murt17-Jul-00 14:21 
QuestionHow can I detect if any sound is currently playing? Pin
Phil11-Jul-00 8:06
Phil11-Jul-00 8:06 
GeneralSocket problem Pin
Ganendran11-Jul-00 6:00
Ganendran11-Jul-00 6:00 
Generalbrowse for folder Pin
Member 403211-Jul-00 4:53
Member 403211-Jul-00 4:53 
GeneralRe: browse for folder Pin
Paolo Messina14-Jul-00 2:42
professionalPaolo Messina14-Jul-00 2:42 
GeneralMFC Socket problem in Windows2000 environment Pin
Ganendran10-Jul-00 12:03
Ganendran10-Jul-00 12:03 
General(Newbie) Help with doc/view Pin
Peter10-Jul-00 12:01
Peter10-Jul-00 12:01 
GeneralRe: (Newbie) Help with doc/view Pin
pba_13-Jul-00 5:47
pba_13-Jul-00 5:47 
QuestionMake copy of DIBSection ? Pin
Christian8-Jul-00 3:23
Christian8-Jul-00 3:23 
GeneralPrinting Dialog Box Pin
etoth17-Jul-00 12:31
etoth17-Jul-00 12:31 
GeneralRe: Printing Dialog Box Pin
Mike Dunn7-Jul-00 17:51
Mike Dunn7-Jul-00 17:51 
GeneralSending the focus back to another window Pin
Mauj7-Jul-00 8:36
Mauj7-Jul-00 8:36 
GeneralRe: Sending the focus back to another window Pin
Yaron8-Jul-00 23:02
Yaron8-Jul-00 23:02 
GeneralRead a single serial byte into COMM-Port Pin
Dieter Wolf7-Jul-00 8:34
sussDieter Wolf7-Jul-00 8:34 
GeneralRe: Read a single serial byte into COMM-Port Pin
Mark Jones19-Jul-00 5:05
Mark Jones19-Jul-00 5:05 
GeneralFunction Key usage in Dialog Boxes. Pin
Rick Fishwick7-Jul-00 8:26
sussRick Fishwick7-Jul-00 8:26 

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.