Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionc++ question Pin
dizzzzy2326-Oct-05 16:17
dizzzzy2326-Oct-05 16:17 
AnswerRe: c++ question Pin
Christian Graus26-Oct-05 16:42
protectorChristian Graus26-Oct-05 16:42 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 16:57
dizzzzy2326-Oct-05 16:57 
GeneralRe: c++ question Pin
Christian Graus26-Oct-05 17:00
protectorChristian Graus26-Oct-05 17:00 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 17:31
John R. Shaw26-Oct-05 17:31 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 17:05
John R. Shaw26-Oct-05 17:05 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 17:07
dizzzzy2326-Oct-05 17:07 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 17:40
John R. Shaw26-Oct-05 17:40 
I mean that your fist question did not realy explane what the problem is. I would need more to give a reasonable answer.

Oh, by the way, why are you doing this:
object* object_ptr = new some_derived_object_class(some_parameter);
Insted of this:
some_derived_objec_class object(some_parameter);

INTP
Every thing is relative...
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 17:54
dizzzzy2326-Oct-05 17:54 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 18:04
dizzzzy2326-Oct-05 18:04 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 18:12
John R. Shaw26-Oct-05 18:12 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 18:15
dizzzzy2326-Oct-05 18:15 
GeneralRe: c++ question Pin
User 58385226-Oct-05 18:21
User 58385226-Oct-05 18:21 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 19:13
John R. Shaw26-Oct-05 19:13 
GeneralRe: c++ question Pin
kakan26-Oct-05 20:32
professionalkakan26-Oct-05 20:32 
GeneralRe: c++ question Pin
Tim Smith27-Oct-05 9:17
Tim Smith27-Oct-05 9:17 
QuestionHow to create a coloured text only button Pin
Johnjfh26-Oct-05 12:27
Johnjfh26-Oct-05 12:27 
AnswerRe: How to create a coloured text only button Pin
Christian Graus26-Oct-05 13:02
protectorChristian Graus26-Oct-05 13:02 
GeneralRe: How to create a coloured text only button Pin
Johnjfh26-Oct-05 13:46
Johnjfh26-Oct-05 13:46 
GeneralRe: How to create a coloured text only button Pin
Christian Graus26-Oct-05 13:54
protectorChristian Graus26-Oct-05 13:54 
GeneralRe: How to create a coloured text only button Pin
John R. Shaw26-Oct-05 17:47
John R. Shaw26-Oct-05 17:47 
GeneralRe: How to create a coloured text only button Pin
John R. Shaw26-Oct-05 18:09
John R. Shaw26-Oct-05 18:09 
AnswerRe: How to create a coloured text only button Pin
Ravi Bhavnani27-Oct-05 10:00
professionalRavi Bhavnani27-Oct-05 10:00 
QuestionCannot create a file when that file already exists? Pin
valerie9926-Oct-05 11:18
valerie9926-Oct-05 11:18 
AnswerRe: Cannot create a file when that file already exists? Pin
Christian Graus26-Oct-05 11:28
protectorChristian Graus26-Oct-05 11:28 

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.