Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: weird error on defining a friend method Pin
gizmokaka8-Jan-08 22:05
gizmokaka8-Jan-08 22:05 
GeneralRe: weird error on defining a friend method Pin
Mark Salsbery9-Jan-08 6:32
Mark Salsbery9-Jan-08 6:32 
QuestionSaving image in database Pin
reza_a8-Jan-08 11:04
reza_a8-Jan-08 11:04 
QuestionRe: Saving image in database Pin
Mark Salsbery8-Jan-08 12:01
Mark Salsbery8-Jan-08 12:01 
GeneralRe: Saving image in database Pin
Mahesh Kulkarni8-Jan-08 22:21
Mahesh Kulkarni8-Jan-08 22:21 
Questionhow do I call a base implemetation from the derived implementation of the same function Pin
gizmokaka8-Jan-08 10:00
gizmokaka8-Jan-08 10:00 
AnswerRe: how do I call a base implemetation from the derived implementation of the same function Pin
CPallini8-Jan-08 10:13
mveCPallini8-Jan-08 10:13 
GeneralRe: how do I call a base implemetation from the derived implementation of the same function Pin
gizmokaka8-Jan-08 10:19
gizmokaka8-Jan-08 10:19 
I did that before and it didn't work for some weird reason so I did this->base::show()
and now that I tried again after you said, it did work.
Funny how things work Smile | :) (probably wrote bad syntax before).
Any way on the same note.
How do I call the base constructor from the derived c'tor?

if:

class base
{
   base(int a, int b)
   {
      x = a;
      y = b;
   }
};

class derived
{
   derived(int a, int b, int c):z(c)
   {
      how to call base c'tor with a and b ????
      or maybe it's also done in the initialization list???
   }
};

GeneralRe: how do I call a base implemetation from the derived implementation of the same function Pin
CPallini8-Jan-08 10:32
mveCPallini8-Jan-08 10:32 
GeneralRe: how do I call a base implemetation from the derived implementation of the same function Pin
gizmokaka8-Jan-08 10:59
gizmokaka8-Jan-08 10:59 
GeneralRe: how do I call a base implemetation from the derived implementation of the same function Pin
gizmokaka8-Jan-08 11:04
gizmokaka8-Jan-08 11:04 
GeneralRe: how do I call a base implemetation from the derived implementation of the same function Pin
CPallini8-Jan-08 21:26
mveCPallini8-Jan-08 21:26 
GeneralClicking in MFC CListCtrl beeps in Vista Pin
anthonym78-Jan-08 9:12
anthonym78-Jan-08 9:12 
GeneralRe: Clicking in MFC CListCtrl beeps in Vista Pin
Mahesh Kulkarni8-Jan-08 19:44
Mahesh Kulkarni8-Jan-08 19:44 
GeneralRe: Clicking in MFC CListCtrl beeps in Vista Pin
anthonym79-Jan-08 6:01
anthonym79-Jan-08 6:01 
GeneralRe: Clicking in MFC CListCtrl beeps in Vista Pin
anthonym79-Jan-08 12:09
anthonym79-Jan-08 12:09 
Questionapostrophe or single quote causes problem in query Pin
littleGreenDude8-Jan-08 5:50
littleGreenDude8-Jan-08 5:50 
GeneralRe: apostrophe or single quote causes problem in query Pin
toxcct8-Jan-08 6:06
toxcct8-Jan-08 6:06 
QuestionRe: apostrophe or single quote causes problem in query Pin
David Crow8-Jan-08 6:11
David Crow8-Jan-08 6:11 
QuestionHow do I determine the Com Port number of a serial port emulating device? Pin
arnold_w8-Jan-08 5:14
arnold_w8-Jan-08 5:14 
AnswerRe: How do I determine the Com Port number of a serial port emulating device? Pin
Member 7549608-Jan-08 18:01
Member 7549608-Jan-08 18:01 
GeneralRe: How do I determine the Com Port number of a serial port emulating device? Pin
arnold_w9-Jan-08 1:29
arnold_w9-Jan-08 1:29 
GeneralRe: How do I determine the Com Port number of a serial port emulating device? Pin
Member 7549609-Jan-08 3:44
Member 7549609-Jan-08 3:44 
GeneralGDI Resource Manager Pin
Rob Caldecott8-Jan-08 5:04
Rob Caldecott8-Jan-08 5:04 
GeneralRe: GDI Resource Manager Pin
led mike8-Jan-08 7:34
led mike8-Jan-08 7:34 

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.