Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMainFrame SetRedraw to false before Child Closing Pin
baerten1-Apr-10 0:14
baerten1-Apr-10 0:14 
AnswerRe: MainFrame SetRedraw to false before Child Closing Pin
Eugen Podsypalnikov1-Apr-10 0:33
Eugen Podsypalnikov1-Apr-10 0:33 
GeneralRe: MainFrame SetRedraw to false before Child Closing Pin
baerten1-Apr-10 0:44
baerten1-Apr-10 0:44 
GeneralRe: MainFrame SetRedraw to false before Child Closing Pin
Eugen Podsypalnikov1-Apr-10 0:48
Eugen Podsypalnikov1-Apr-10 0:48 
GeneralRe: MainFrame SetRedraw to false before Child Closing Pin
baerten1-Apr-10 4:10
baerten1-Apr-10 4:10 
GeneralRe: MainFrame SetRedraw to false before Child Closing Pin
Eugen Podsypalnikov1-Apr-10 4:26
Eugen Podsypalnikov1-Apr-10 4:26 
Questiontypecasting in std::vector type Pin
A&Ms31-Mar-10 23:55
A&Ms31-Mar-10 23:55 
AnswerRe: typecasting in std::vector type Pin
Eugen Podsypalnikov1-Apr-10 0:12
Eugen Podsypalnikov1-Apr-10 0:12 
You could try to declare your function as:
void Func1(vector<c1*>* pC1Vector);
and then pass a casted pointer Blush | :O Cool | :cool: Smile | :) :
{
  vectror<c2*> vC2;
...
  Func1((vector<c1*>*) &vC2);
}

virtual void BeHappy() = 0;

GeneralRe: typecasting in std::vector type Pin
A&Ms1-Apr-10 0:14
A&Ms1-Apr-10 0:14 
GeneralRe: typecasting in std::vector type Pin
Eugen Podsypalnikov1-Apr-10 0:19
Eugen Podsypalnikov1-Apr-10 0:19 
AnswerRe: typecasting in std::vector type Pin
Stuart Dootson1-Apr-10 0:15
professionalStuart Dootson1-Apr-10 0:15 
QuestionDraw filled circle Pin
Anu_Bala31-Mar-10 23:48
Anu_Bala31-Mar-10 23:48 
AnswerRe: Draw filled circle Pin
«_Superman_»31-Mar-10 23:50
professional«_Superman_»31-Mar-10 23:50 
GeneralRe: Draw filled circle Pin
Anu_Bala31-Mar-10 23:54
Anu_Bala31-Mar-10 23:54 
GeneralRe: Draw filled circle Pin
«_Superman_»31-Mar-10 23:55
professional«_Superman_»31-Mar-10 23:55 
AnswerRe: Draw filled circle Pin
LittleYellowBird1-Apr-10 1:14
LittleYellowBird1-Apr-10 1:14 
AnswerRe: Draw filled circle Pin
Mohan Ramachandra1-Apr-10 1:15
Mohan Ramachandra1-Apr-10 1:15 
AnswerRe: Draw filled circle Pin
KarstenK1-Apr-10 2:11
mveKarstenK1-Apr-10 2:11 
QuestionButterworth low pass filter in C? Pin
nam4258931-Mar-10 21:47
nam4258931-Mar-10 21:47 
QuestionRe: Butterworth low pass filter in C? Pin
CPallini31-Mar-10 23:13
mveCPallini31-Mar-10 23:13 
AnswerRe: Butterworth low pass filter in C? Pin
«_Superman_»31-Mar-10 23:48
professional«_Superman_»31-Mar-10 23:48 
AnswerRe: Butterworth low pass filter in C? Pin
LittleYellowBird1-Apr-10 3:43
LittleYellowBird1-Apr-10 3:43 
Questionany idea why my select does not work(visual c++ ?) Pin
Mugiwara31-Mar-10 20:23
Mugiwara31-Mar-10 20:23 
AnswerRe: any idea why my select does not work(visual c++ ?) Pin
hanq_3891013031-Mar-10 20:40
hanq_3891013031-Mar-10 20:40 
GeneralRe: any idea why my select does not work(visual c++ ?) Pin
Mugiwara13-Apr-10 3:44
Mugiwara13-Apr-10 3:44 

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.