Click here to Skip to main content
16,006,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Strange timer problem Pin
Antony M Kancidrowski8-Jun-04 4:07
Antony M Kancidrowski8-Jun-04 4:07 
QuestionHow can i creat DSN for database by writing code in my Program Pin
Zeeshan Bilal8-Jun-04 2:36
Zeeshan Bilal8-Jun-04 2:36 
AnswerRe: How can i creat DSN for database by writing code in my Program Pin
David Crow8-Jun-04 2:47
David Crow8-Jun-04 2:47 
GeneralSending commands over USB Pin
Daudi8-Jun-04 2:22
Daudi8-Jun-04 2:22 
Generalthe windows ui question Pin
boyboy8-Jun-04 1:55
boyboy8-Jun-04 1:55 
GeneralRe: the windows ui question Pin
ohadp8-Jun-04 5:06
ohadp8-Jun-04 5:06 
GeneralPassing the address of an object in to a Function Pin
bhangie8-Jun-04 1:51
bhangie8-Jun-04 1:51 
GeneralRe: Passing the address of an object in to a Function Pin
Jnewg58-Jun-04 5:38
Jnewg58-Jun-04 5:38 
If your prototype for register_person is as you stated "register_person(person & registered", then all you really need to do is do "registered.push_back(®istered)". If you are uncertain of the number of persons, you should be going to the heap for allocation. Then you should be doing "news" on the Person objects and thus your prototype for register_person should be "register_person(person * registered)". You would then just need to do "registered.push_back(person)".
QuestionHow to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 1:27
anderslundsgard8-Jun-04 1:27 
AnswerRe: How to “overregistrate” an already registerd dll? Pin
David Crow8-Jun-04 2:28
David Crow8-Jun-04 2:28 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:36
anderslundsgard8-Jun-04 2:36 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
David Crow8-Jun-04 2:45
David Crow8-Jun-04 2:45 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:52
anderslundsgard8-Jun-04 2:52 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
David Crow8-Jun-04 3:28
David Crow8-Jun-04 3:28 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 20:34
anderslundsgard8-Jun-04 20:34 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
David Crow9-Jun-04 2:27
David Crow9-Jun-04 2:27 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
Antony M Kancidrowski8-Jun-04 2:50
Antony M Kancidrowski8-Jun-04 2:50 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:55
anderslundsgard8-Jun-04 2:55 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
Antony M Kancidrowski8-Jun-04 3:26
Antony M Kancidrowski8-Jun-04 3:26 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 20:13
anderslundsgard8-Jun-04 20:13 
AnswerRe: How to “overregistrate” an already registerd dll? Pin
Rodrigo Pinto Pereira de Souza8-Jun-04 2:32
Rodrigo Pinto Pereira de Souza8-Jun-04 2:32 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:47
anderslundsgard8-Jun-04 2:47 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
Rodrigo Pinto Pereira de Souza8-Jun-04 2:51
Rodrigo Pinto Pereira de Souza8-Jun-04 2:51 
AnswerRe: How to “overregistrate” an already registerd dll? Pin
Antony M Kancidrowski8-Jun-04 2:39
Antony M Kancidrowski8-Jun-04 2:39 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:43
anderslundsgard8-Jun-04 2: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.