Click here to Skip to main content
15,900,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCCheckListBox - DDX macro? Pin
devvvy6-Nov-08 18:57
devvvy6-Nov-08 18:57 
AnswerRe: CCheckListBox - DDX macro? Pin
MANISH RASTOGI6-Nov-08 19:35
MANISH RASTOGI6-Nov-08 19:35 
GeneralRe: CCheckListBox - DDX macro? Pin
devvvy6-Nov-08 22:28
devvvy6-Nov-08 22:28 
GeneralRe: CCheckListBox - DDX macro? Pin
Chandrasekharan P6-Nov-08 23:15
Chandrasekharan P6-Nov-08 23:15 
GeneralRe: CCheckListBox - DDX macro? Pin
David Crow7-Nov-08 3:02
David Crow7-Nov-08 3:02 
QuestionHow could I resolve this Problem Disabling a Menu item ? Pin
SherTeks6-Nov-08 18:56
SherTeks6-Nov-08 18:56 
AnswerRe: How could I resolve this Problem Disabling a Menu item ? Pin
Mark Salsbery7-Nov-08 3:23
Mark Salsbery7-Nov-08 3:23 
QuestionFriendship problem in templates Pin
fhadi6-Nov-08 18:33
fhadi6-Nov-08 18:33 
I would like to declare Estimator class a friend of YLC2Plot class. Any ideas??
Thanks in advance.
Regards: Hadi
i am using sun c++ 5.9 ( CC )


*********************************************/
#ifndef _ESTIMATOR_H
#define _ESTIMATOR_H

template <typename RadarType, typename FilterType >
class IMM: public RadarType, public FilterType {
public:
//....
protected:
//...
private:
//..

};

#endif
/******************************************/

#ifndef _YLC2PLOT_H
#define _YLC2PLOT_H


#include "Estimator.h"

class YLC2Plot : public BasePlot {
public:
friend class IMM;

protected:
//....

private:
//.....
};


#endif /* _YLC2PLOT_H */
QuestionRe: Friendship problem in templates Pin
CPallini6-Nov-08 21:46
mveCPallini6-Nov-08 21:46 
QuestionControlling one exe from another exe Pin
Chandrasekharan P6-Nov-08 18:32
Chandrasekharan P6-Nov-08 18:32 
AnswerRe: Controlling one exe from another exe Pin
Saurabh.Garg6-Nov-08 19:07
Saurabh.Garg6-Nov-08 19:07 
AnswerRe: Controlling one exe from another exe Pin
sashoalm6-Nov-08 20:51
sashoalm6-Nov-08 20:51 
QuestionDifference between a Dll and an ActivexDll Pin
lgatcodeproject6-Nov-08 18:01
lgatcodeproject6-Nov-08 18:01 
AnswerRe: Difference between a Dll and an ActivexDll Pin
Saurabh.Garg6-Nov-08 18:29
Saurabh.Garg6-Nov-08 18:29 
QuestionRe: Difference between a Dll and an ActivexDll Pin
lgatcodeproject6-Nov-08 18:48
lgatcodeproject6-Nov-08 18:48 
AnswerRe: Difference between a Dll and an ActivexDll Pin
Saurabh.Garg6-Nov-08 19:05
Saurabh.Garg6-Nov-08 19:05 
QuestionRe: Difference between a Dll and an ActivexDll Pin
lgatcodeproject6-Nov-08 19:31
lgatcodeproject6-Nov-08 19:31 
AnswerRe: Difference between a Dll and an ActivexDll Pin
Saurabh.Garg6-Nov-08 19:52
Saurabh.Garg6-Nov-08 19:52 
QuestionRe: Difference between a Dll and an ActivexDll Pin
lgatcodeproject6-Nov-08 20:11
lgatcodeproject6-Nov-08 20:11 
AnswerRe: Difference between a Dll and an ActivexDll Pin
Saurabh.Garg6-Nov-08 20:21
Saurabh.Garg6-Nov-08 20:21 
GeneralRe: Difference between a Dll and an ActivexDll Pin
lgatcodeproject6-Nov-08 20:44
lgatcodeproject6-Nov-08 20:44 
GeneralRe: Difference between a Dll and an ActivexDll Pin
Saurabh.Garg6-Nov-08 21:11
Saurabh.Garg6-Nov-08 21:11 
Questiongrab the result from sql query using visual c++ 2003 Pin
Arif Liminto6-Nov-08 17:13
professionalArif Liminto6-Nov-08 17:13 
QuestionMultiple Windows Threads Pin
Bram van Kampen6-Nov-08 14:46
Bram van Kampen6-Nov-08 14:46 
AnswerRe: Multiple Windows Threads Pin
Mark Salsbery6-Nov-08 15:13
Mark Salsbery6-Nov-08 15:13 

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.