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

C / C++ / MFC

 
GeneralRe: Any One Care To Explain Why My Messages are Voted Down? Pin
Trollslayer8-Jan-06 3:50
mentorTrollslayer8-Jan-06 3:50 
GeneralRe: Any One Care To Explain Why My Messages are Voted Down? Pin
Prakash Nadar8-Jan-06 4:15
Prakash Nadar8-Jan-06 4:15 
GeneralRe: Any One Care To Explain Why My Messages are Voted Down? Pin
#realJSOP8-Jan-06 7:13
mve#realJSOP8-Jan-06 7:13 
GeneralRe: Any One Care To Explain Why My Messages are Voted Down? Pin
ThatsAlok9-Jan-06 17:30
ThatsAlok9-Jan-06 17:30 
GeneralRe: Any One Care To Explain Why My Messages are Voted Down? Pin
Prakash Nadar9-Jan-06 17:50
Prakash Nadar9-Jan-06 17:50 
GeneralRe: Any One Care To Explain Why My Messages are Voted Down? Pin
ThatsAlok9-Jan-06 17:56
ThatsAlok9-Jan-06 17:56 
GeneralRe: Any One Care To Explain Why My Messages are Voted Down? Pin
ThatsAlok9-Jan-06 17:59
ThatsAlok9-Jan-06 17:59 
GeneralRe: how to pass a class ,object to a function by using pointers? Pin
Kevin McFarlane7-Jan-06 5:14
Kevin McFarlane7-Jan-06 5:14 
neodeaths wrote:
void add_new_item(grahpic_card* gc_add);


You've misspelt graphic_card as grahpic_card!

BTW, you normally pass objects by const reference rather than pointer unless you have a good reason not to.

void add_new_item(const graphic_card& gc_add);

graphic_card gc;
add_new_item(gc);

Kevin
QuestionRe: how to pass a class ,object to a function by using pointers? Pin
David Crow7-Jan-06 17:17
David Crow7-Jan-06 17:17 
Questionlist iterator for all derived class (of a parent class) Pin
tbrake7-Jan-06 3:30
tbrake7-Jan-06 3:30 
QuestionIntegrating MFC application login with Windows login Pin
mohanrajh7-Jan-06 2:27
mohanrajh7-Jan-06 2:27 
AnswerRe: Integrating MFC application login with Windows login Pin
#realJSOP7-Jan-06 2:40
mve#realJSOP7-Jan-06 2:40 
GeneralRe: Integrating MFC application login with Windows login Pin
mohanrajh7-Jan-06 19:38
mohanrajh7-Jan-06 19:38 
GeneralRe: Integrating MFC application login with Windows login Pin
#realJSOP8-Jan-06 3:07
mve#realJSOP8-Jan-06 3:07 
AnswerRe: Integrating MFC application login with Windows login Pin
#realJSOP7-Jan-06 3:33
mve#realJSOP7-Jan-06 3:33 
AnswerRe: Integrating MFC application login with Windows login Pin
vipinasda7-Jan-06 9:03
vipinasda7-Jan-06 9:03 
AnswerRe: Integrating MFC application login with Windows login Pin
bob169727-Jan-06 16:10
bob169727-Jan-06 16:10 
QuestionListView ctrl with 1000's of images Pin
Jim Crafton7-Jan-06 0:57
Jim Crafton7-Jan-06 0:57 
AnswerRe: ListView ctrl with 1000's of images Pin
#realJSOP7-Jan-06 2:58
mve#realJSOP7-Jan-06 2:58 
AnswerRe: ListView ctrl with 1000's of images Pin
Gary R. Wheeler7-Jan-06 4:43
Gary R. Wheeler7-Jan-06 4:43 
AnswerRe: ListView ctrl with 1000's of images Pin
Joel Lucsy7-Jan-06 10:05
Joel Lucsy7-Jan-06 10:05 
QuestionHow to check if the share permission of some net share folder includes 'Full Control for Everyone'? Pin
wangdave6-Jan-06 22:15
wangdave6-Jan-06 22:15 
AnswerRe: How to check if the share permission of some net share folder includes 'Full Control for Everyone'? Pin
#realJSOP7-Jan-06 3:03
mve#realJSOP7-Jan-06 3:03 
GeneralRe: How to check if the share permission of some net share folder includes 'Full Control for Everyone'? Pin
PJ Arends7-Jan-06 14:31
professionalPJ Arends7-Jan-06 14:31 
AnswerRe: How to check if the share permission of some net share folder includes 'Full Control for Everyone'? Pin
Gary R. Wheeler7-Jan-06 13:50
Gary R. Wheeler7-Jan-06 13:50 

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.