Click here to Skip to main content
15,888,984 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Simulating mouse clicks Pin
#realJSOP8-Jan-06 3:00
mve#realJSOP8-Jan-06 3:00 
GeneralRe: Simulating mouse clicks Pin
Still learning how to code8-Jan-06 5:41
Still learning how to code8-Jan-06 5:41 
AnswerRe: Simulating mouse clicks Pin
Stephen Hewitt9-Jan-06 11:47
Stephen Hewitt9-Jan-06 11:47 
Question[Message Deleted] Pin
S.C.Wong7-Jan-06 6:08
S.C.Wong7-Jan-06 6:08 
AnswerRe: How to add an ActiveX control in another ActiveX control? Pin
Prakash Nadar7-Jan-06 18:05
Prakash Nadar7-Jan-06 18:05 
Questionhow to pass a class ,object to a function by using pointers? Pin
neodeaths7-Jan-06 4:32
neodeaths7-Jan-06 4:32 
AnswerRe: how to pass a class ,object to a function by using pointers? Pin
Prakash Nadar7-Jan-06 4:46
Prakash Nadar7-Jan-06 4:46 
GeneralRe: how to pass a class ,object to a function by using pointers? Pin
neodeaths7-Jan-06 4:56
neodeaths7-Jan-06 4:56 
this is part of my actual code:
<br />
void add_new_item(grahpic_card* gc_add);<br />
<br />
int main()<br />
{<br />
graphic_card gc;<br />
add_new_item(&gc);<br />
}<br />

:\Documents and Settings\nick\Desktop\lalabear project\newporject.cpp(128) : error C2065: 'grahpic_card' : undeclared identifier
C:\Documents and Settings\nick\Desktop\lalabear project\newporject.cpp(128) : error C2065: 'gc_add' : undeclared identifier
C:\Documents and Settings\nick\Desktop\lalabear project\newporject.cpp(128) : error C2182: 'add_new_item' : illegal use of type 'void'
C:\Documents and Settings\nick\Desktop\lalabear project\newporject.cpp(160) : error C2064: term does not evaluate to a function
C:\Documents and Settings\nick\Desktop\lalabear project\newporject.cpp(181) : error C2448: '<unknown>' : function-style initializer appears to be a function definition
GeneralRe: how to pass a class ,object to a function by using pointers? Pin
Prakash Nadar7-Jan-06 5:09
Prakash Nadar7-Jan-06 5:09 
GeneralRe: how to pass a class ,object to a function by using pointers? Pin
neodeaths7-Jan-06 5:14
neodeaths7-Jan-06 5:14 
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 
GeneralRe: how to pass a class ,object to a function by using pointers? Pin
Prakash Nadar7-Jan-06 5:17
Prakash Nadar7-Jan-06 5:17 
GeneralAny One Care To Explain Why My Messages are Voted Down? Pin
Prakash Nadar7-Jan-06 21:17
Prakash Nadar7-Jan-06 21:17 
GeneralRe: Any One Care To Explain Why My Messages are Voted Down? Pin
#realJSOP8-Jan-06 3:05
mve#realJSOP8-Jan-06 3:05 
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 
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 

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.