Click here to Skip to main content
15,902,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Self Termination Pin
Roger Allen27-Jun-02 6:22
Roger Allen27-Jun-02 6:22 
GeneralRe: Self Termination Pin
Scott H. Settlemier27-Jun-02 7:59
Scott H. Settlemier27-Jun-02 7:59 
GeneralIntellisense in VS.NET Pin
Steve Thresher27-Jun-02 4:30
Steve Thresher27-Jun-02 4:30 
GeneralRe: Intellisense in VS.NET Pin
Mike Nordell28-Jun-02 9:20
Mike Nordell28-Jun-02 9:20 
Generalserializing issue Pin
27-Jun-02 4:01
suss27-Jun-02 4:01 
GeneralRe: serializing issue Pin
Joaquín M López Muñoz27-Jun-02 4:12
Joaquín M López Muñoz27-Jun-02 4:12 
GeneralRe: serializing issue Pin
27-Jun-02 4:16
suss27-Jun-02 4:16 
GeneralRe: serializing issue Pin
Joaquín M López Muñoz27-Jun-02 4:20
Joaquín M López Muñoz27-Jun-02 4:20 
There are serialization frameworks that do that automatically, but they are rather intrusive (esentially they require that you replace all your pointers with their own smart pointers that take care of the looping references), so I don't think it'd be a good idea to try to use them if you're in the middle of a project. The solution proposed is local (all the code is inside a function) and it is not that hard to implement.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: serializing issue Pin
jbarton27-Jun-02 5:27
jbarton27-Jun-02 5:27 
GeneralRe: serializing issue Pin
Joaquín M López Muñoz27-Jun-02 6:15
Joaquín M López Muñoz27-Jun-02 6:15 
GeneralRe: serializing issue Pin
jbarton27-Jun-02 7:10
jbarton27-Jun-02 7:10 
GeneralRe: serializing issue Pin
Joaquín M López Muñoz27-Jun-02 8:59
Joaquín M López Muñoz27-Jun-02 8:59 
GeneralRe: serializing issue Pin
Mike Ellertson3-Aug-03 19:35
sussMike Ellertson3-Aug-03 19:35 
GeneralRe: serializing issue Pin
jbarton4-Aug-03 2:35
jbarton4-Aug-03 2:35 
GeneralRe: serializing issue Pin
Mikey_E5-Aug-03 7:08
professionalMikey_E5-Aug-03 7:08 
GeneralRe: serializing issue Pin
jbarton5-Aug-03 7:36
jbarton5-Aug-03 7:36 
GeneralRe: serializing issue Pin
Joaquín M López Muñoz27-Jun-02 9:02
Joaquín M López Muñoz27-Jun-02 9:02 
Questionwhats the difference between these three? Pin
27-Jun-02 3:54
suss27-Jun-02 3:54 
AnswerRe: whats the difference between these three? Pin
Chris Losinger27-Jun-02 5:54
professionalChris Losinger27-Jun-02 5:54 
AnswerRe: whats the difference between these three? Pin
Scott H. Settlemier27-Jun-02 8:16
Scott H. Settlemier27-Jun-02 8:16 
GeneralMore info (wierd !!) Pin
Still learning how to code27-Jun-02 2:55
Still learning how to code27-Jun-02 2:55 
GeneralRe: More info (wierd !!) Pin
Still learning how to code27-Jun-02 2:58
Still learning how to code27-Jun-02 2:58 
GeneralEject of PCMCIA card Pin
Josef Schroettle27-Jun-02 2:06
Josef Schroettle27-Jun-02 2:06 
GeneralProblem with creating a toolbar in a DLL Pin
Mohit Khanna27-Jun-02 1:55
Mohit Khanna27-Jun-02 1:55 
GeneralRe: Problem with creating a toolbar in a DLL Pin
Roger Allen27-Jun-02 3:43
Roger Allen27-Jun-02 3:43 

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.