Click here to Skip to main content
15,895,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can't Open File Pin
Chris Losinger9-Sep-06 4:04
professionalChris Losinger9-Sep-06 4:04 
AnswerRe: Can't Open File Pin
Hamid_RT9-Sep-06 4:50
Hamid_RT9-Sep-06 4:50 
Questionhow to retrieve color of sliders ticks Pin
CWiC9-Sep-06 2:18
CWiC9-Sep-06 2:18 
GeneralRe: how to retrieve color of sliders ticks Pin
prasad_som9-Sep-06 21:07
prasad_som9-Sep-06 21:07 
GeneralRe: how to retrieve color of sliders ticks Pin
CWiC11-Sep-06 6:55
CWiC11-Sep-06 6:55 
Questionany comments about a cache design? Pin
George_George9-Sep-06 2:18
George_George9-Sep-06 2:18 
Questioninheritance Pin
jon-809-Sep-06 0:45
professionaljon-809-Sep-06 0:45 
AnswerRe: inheritance [modified] Pin
ewighell9-Sep-06 0:59
ewighell9-Sep-06 0:59 
you dog class should be like this:

class dog : public mammal
{
private:
       bool takinggapiss;
public:

dog(bool pFacialhair):mammal(pFacialhair) //important
{
....
}
...
} 

when class dog inherits class mammal, the construction of an object of class mammal must be finished before the construction of the object of class dog. because you don't have a default constructor for class mammal, you have to provide an argument for the construction of mammal in the constructor of class dog.

I don't know if I have made myself clear.


-- modified at 7:08 Saturday 9th September, 2006

Thank you very much!!!

-------------------
I am learning C++ and English

GeneralRe: inheritance Pin
toxcct9-Sep-06 2:19
toxcct9-Sep-06 2:19 
QuestionDesperately need your help. A weird problem about CString Pin
ewighell9-Sep-06 0:42
ewighell9-Sep-06 0:42 
AnswerRe: Desperately need your help. A weird problem about CString Pin
Hamid_RT9-Sep-06 1:50
Hamid_RT9-Sep-06 1:50 
GeneralRe: Desperately need your help. A weird problem about CString Pin
ewighell9-Sep-06 14:45
ewighell9-Sep-06 14:45 
AnswerRe: Desperately need your help. A weird problem about CString. Pin
Hamid_RT9-Sep-06 0:47
Hamid_RT9-Sep-06 0:47 
QuestionPls help to store values in a safearray nd retrive it back again... Pin
toogud9-Sep-06 0:30
toogud9-Sep-06 0:30 
AnswerRe: Pls help to store values in a safearray nd retrive it back again... Pin
Hamid_RT9-Sep-06 1:14
Hamid_RT9-Sep-06 1:14 
GeneralRe: Pls help to store values in a safearray nd retrive it back again... Pin
toogud9-Sep-06 1:16
toogud9-Sep-06 1:16 
GeneralRe: Pls help to store values in a safearray nd retrive it back again... Pin
Hamid_RT9-Sep-06 1:47
Hamid_RT9-Sep-06 1:47 
QuestionFatel error "libmysql.lib" Pin
Y_Kaushik9-Sep-06 0:07
Y_Kaushik9-Sep-06 0:07 
AnswerRe: Fatel error "libmysql.lib" Pin
Hamid_RT9-Sep-06 2:01
Hamid_RT9-Sep-06 2:01 
AnswerRe: Fatel error "libmysql.lib" Pin
CWiC9-Sep-06 2:45
CWiC9-Sep-06 2:45 
QuestionVietnamese in VC++ Pin
halloweenbk8-Sep-06 23:59
halloweenbk8-Sep-06 23:59 
AnswerRe: Vietnamese in VC++ Pin
Hamid_RT9-Sep-06 1:03
Hamid_RT9-Sep-06 1:03 
GeneralRe: Vietnamese in VC++ Pin
halloweenbk11-Sep-06 1:10
halloweenbk11-Sep-06 1:10 
GeneralRe: Vietnamese in VC++ Pin
Hamid_RT11-Sep-06 6:10
Hamid_RT11-Sep-06 6:10 
QuestionRicheditctrl Pin
muravi8-Sep-06 23:06
muravi8-Sep-06 23:06 

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.