Click here to Skip to main content
15,908,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: difference between static_cast and dynamic cast? Pin
Cedric Moonen25-Mar-08 23:55
Cedric Moonen25-Mar-08 23:55 
AnswerRe: difference between static_cast and dynamic cast? Pin
CPallini26-Mar-08 0:05
mveCPallini26-Mar-08 0:05 
GeneralRe: difference between static_cast and dynamic cast? Pin
BadKarma26-Mar-08 2:54
BadKarma26-Mar-08 2:54 
GeneralRe: difference between static_cast and dynamic cast? Pin
CPallini26-Mar-08 3:08
mveCPallini26-Mar-08 3:08 
GeneralC++ UAC elevation error on code Pin
spiced25-Mar-08 23:36
spiced25-Mar-08 23:36 
GeneralRe: C++ UAC elevation error on code Pin
Rajasekharan Vengalil26-Mar-08 0:12
Rajasekharan Vengalil26-Mar-08 0:12 
GeneralDesktop item postion - Shell programming Pin
tom87@2125-Mar-08 23:31
tom87@2125-Mar-08 23:31 
GeneralMaking a copy of the object inside the object Pin
piul25-Mar-08 23:00
piul25-Mar-08 23:00 
Good morning (in this side of the world),

Can a copy constructor be used by a method inside the object that wants to be copied??

class Cobj{
...
Cobj(const Cobj &);    //Copy constructor
void MyFunc();
};

void Cobj::MyFunc()
{
//Can I use the copy constructor here to make a copy of this object???
  Cobj NewObj(????)  ;
// What do you put in the parameters?? the pointer 'this' can't be used because it's a pointer
// not a 'const Cobj &'
}

GeneralRe: Making a copy of the object inside the object Pin
CPallini25-Mar-08 23:14
mveCPallini25-Mar-08 23:14 
GeneralRe: Making a copy of the object inside the object Pin
piul25-Mar-08 23:22
piul25-Mar-08 23:22 
QuestionHow to enable the Maximize itemin System Menu for MFC appplications?? Pin
Vikas_12325-Mar-08 22:37
Vikas_12325-Mar-08 22:37 
AnswerRe: How to enable the Maximize itemin System Menu for MFC appplications?? Pin
Rajasekharan Vengalil26-Mar-08 0:04
Rajasekharan Vengalil26-Mar-08 0:04 
GeneralRe: How to enable the Maximize itemin System Menu for MFC appplications?? Pin
Vikas_12326-Mar-08 1:20
Vikas_12326-Mar-08 1:20 
GeneralRe: How to enable the Maximize itemin System Menu for MFC appplications?? Pin
Rajasekharan Vengalil26-Mar-08 1:26
Rajasekharan Vengalil26-Mar-08 1:26 
GeneralRe: How to enable the Maximize itemin System Menu for MFC appplications?? Pin
Vikas_12326-Mar-08 1:57
Vikas_12326-Mar-08 1:57 
QuestionWhich is Better VC++ or C# ?? Pin
Amit4u25-Mar-08 22:35
Amit4u25-Mar-08 22:35 
AnswerRe: Which is Better VC++ or C# ?? Pin
CPallini25-Mar-08 22:49
mveCPallini25-Mar-08 22:49 
AnswerRe: Which is Better VC++ or C# ?? Pin
ThatsAlok25-Mar-08 23:34
ThatsAlok25-Mar-08 23:34 
AnswerHow many times do you plan to ask this question Pin
led mike26-Mar-08 4:20
led mike26-Mar-08 4:20 
AnswerRe: Which is Better VC++ or C# ?? Pin
Mark Salsbery26-Mar-08 5:52
Mark Salsbery26-Mar-08 5:52 
AnswerRe: Which is Better VC++ or C# ?? Pin
Stephen Hewitt26-Mar-08 14:02
Stephen Hewitt26-Mar-08 14:02 
QuestionCOM doubt? Pin
rowdy_vc++25-Mar-08 20:44
rowdy_vc++25-Mar-08 20:44 
AnswerRe: COM doubt? Pin
Peter Weyzen25-Mar-08 21:16
Peter Weyzen25-Mar-08 21:16 
AnswerRe: COM doubt? Pin
ThatsAlok25-Mar-08 23:39
ThatsAlok25-Mar-08 23:39 
QuestionNeed Help on ATL project Pin
manish.patel25-Mar-08 20:43
manish.patel25-Mar-08 20: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.