Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Plz help to choose correct career path Pin
AbhinavR10-Feb-10 23:20
AbhinavR10-Feb-10 23:20 
QuestionRe: Plz help to choose correct career path Pin
David Crow11-Feb-10 2:49
David Crow11-Feb-10 2:49 
AnswerRe: Plz help to choose correct career path Pin
nknadim11-Feb-10 3:16
nknadim11-Feb-10 3:16 
GeneralRe: Plz help to choose correct career path Pin
molesworth11-Feb-10 7:25
molesworth11-Feb-10 7:25 
QuestionNeed best approach to use a class inside other class Pin
Nandu_77b10-Feb-10 22:15
Nandu_77b10-Feb-10 22:15 
AnswerRe: Need best approach to use a class inside other class Pin
CPallini10-Feb-10 22:26
mveCPallini10-Feb-10 22:26 
GeneralRe: Need best approach to use a class inside other class Pin
Nandu_77b10-Feb-10 23:54
Nandu_77b10-Feb-10 23:54 
AnswerRe: Need best approach to use a class inside other class Pin
Avi Berger11-Feb-10 0:31
Avi Berger11-Feb-10 0:31 
Just how do you plan to use it?

You do realize that to use the class, unless you are talking about a static (class) function, you need an object of the class.

So how are you getting this object & how long are you keeping it for? How does it relate to the rest of the program? An object of Classdrv2 of its own for the entire lifetime of a Classdrv1 object? An object of Classdrv2 just for use during the execution of a member function of Classdrv1? An object of Classdrv2 provided by a caller for manipulation by a member function of Classdrv1?

There are lots of possibilities. Which is right for your situation depends on what you are trying to achieve. If you explained more, you might get more focused answers.
Please do not read this signature.

QuestionControl Button Resize Pin
shiv@nand10-Feb-10 21:59
shiv@nand10-Feb-10 21:59 
AnswerRe: Control Button Resize Pin
«_Superman_»10-Feb-10 22:08
professional«_Superman_»10-Feb-10 22:08 
AnswerRe: Control Button Resize Pin
CPallini10-Feb-10 22:13
mveCPallini10-Feb-10 22:13 
QuestionCWnd and AcroPDF inproc issue Pin
kasi1410-Feb-10 9:13
kasi1410-Feb-10 9:13 
AnswerRe: CWnd and AcroPDF inproc issue Pin
Nish Nishant10-Feb-10 10:59
sitebuilderNish Nishant10-Feb-10 10:59 
GeneralRe: CWnd and AcroPDF inproc issue Pin
kasi1410-Feb-10 11:46
kasi1410-Feb-10 11:46 
QuestionError checking Pin
gregarion10-Feb-10 6:51
gregarion10-Feb-10 6:51 
QuestionRe: Error checking Pin
CPallini10-Feb-10 7:04
mveCPallini10-Feb-10 7:04 
AnswerRe: Error checking Pin
gregarion10-Feb-10 7:27
gregarion10-Feb-10 7:27 
GeneralRe: Error checking Pin
CPallini10-Feb-10 7:42
mveCPallini10-Feb-10 7:42 
QuestionCOleDispatchDriver Pin
trioum10-Feb-10 6:32
trioum10-Feb-10 6:32 
AnswerRe: COleDispatchDriver Pin
Bram van Kampen10-Feb-10 15:51
Bram van Kampen10-Feb-10 15:51 
GeneralRe: COleDispatchDriver Pin
trioum12-Feb-10 18:50
trioum12-Feb-10 18:50 
Questionpainting Pin
N Vamshi Krishna10-Feb-10 2:49
N Vamshi Krishna10-Feb-10 2:49 
AnswerRe: painting Pin
Hristo-Bojilov10-Feb-10 3:07
Hristo-Bojilov10-Feb-10 3:07 
AnswerRe: painting Pin
CPallini10-Feb-10 3:23
mveCPallini10-Feb-10 3:23 
QuestionHow can find out values return by NetServerEnum is machine or any other hardware device? Pin
Le@rner10-Feb-10 1:30
Le@rner10-Feb-10 1:30 

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.