Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Children in back? Pin
Rage10-Jul-02 5:41
professionalRage10-Jul-02 5:41 
GeneralRe: Children in back? Pin
Dov Sherman10-Jul-02 12:00
Dov Sherman10-Jul-02 12:00 
GeneralCombo Box showing Directories & Files Pin
Shibu.V.Nair10-Jul-02 0:12
Shibu.V.Nair10-Jul-02 0:12 
GeneralRe: Combo Box showing Directories & Files Pin
DanielP10-Jul-02 8:52
DanielP10-Jul-02 8:52 
GeneralGetting the back ground colour of a Dialog Pin
Shibu.V.Nair10-Jul-02 0:00
Shibu.V.Nair10-Jul-02 0:00 
GeneralRe: Getting the back ground colour of a Dialog Pin
Dov Sherman10-Jul-02 0:46
Dov Sherman10-Jul-02 0:46 
GeneralBeginner's Template question! Pin
Wayne Jin9-Jul-02 23:40
Wayne Jin9-Jul-02 23:40 
GeneralRe: Beginner's Template question! Pin
Terry Denham10-Jul-02 3:41
Terry Denham10-Jul-02 3:41 
In the example that doesn't work, you are using a template parameters ClassType as a name of a class as well. There are going to be some problems with trying to create a template this way. For instance the ClassType template parameter also needs a parameter to it as well. The only way I could get it to work is as follows:


template< class T, class D>
class MyContainer
{
public:
MyContainer() : T<d>
{}
virtual ~MyContainer() {}
};

typedef MyContainer<vector<int>, int> MyIntContainer;
GeneralRe: Beginner's Template question! Pin
Anonymous10-Jul-02 6:37
Anonymous10-Jul-02 6:37 
GeneralSetting the number of lines to scroll in Windows98 ... urgent....helppppp... Pin
Alek9-Jul-02 23:33
Alek9-Jul-02 23:33 
GeneralLoadBitmap in rectangle Pin
slah9-Jul-02 23:31
slah9-Jul-02 23:31 
GeneralRe: LoadBitmap in rectangle Pin
Dov Sherman10-Jul-02 0:45
Dov Sherman10-Jul-02 0:45 
GeneralWINAPI Book Pin
S van Leent9-Jul-02 22:48
S van Leent9-Jul-02 22:48 
GeneralRe: WINAPI Book Pin
slah9-Jul-02 23:35
slah9-Jul-02 23:35 
GeneralRe: WINAPI Book Pin
Christian Graus10-Jul-02 3:23
protectorChristian Graus10-Jul-02 3:23 
GeneralRe: WINAPI Book Pin
Anonymous10-Jul-02 0:06
Anonymous10-Jul-02 0:06 
GeneralRe: WINAPI Book Pin
S van Leent10-Jul-02 3:40
S van Leent10-Jul-02 3:40 
GeneralRe: WINAPI Book Pin
Anonymous10-Jul-02 14:29
Anonymous10-Jul-02 14:29 
Generalpassing the memDC from view to ActiveX control Pin
nar_shilpa9-Jul-02 21:33
nar_shilpa9-Jul-02 21:33 
Generalunable to capture components outside screen area Pin
nar_shilpa9-Jul-02 21:30
nar_shilpa9-Jul-02 21:30 
QuestionResize in a hybrid dialog? Pin
chen9-Jul-02 20:26
chen9-Jul-02 20:26 
QuestionRemove OK button in Pocket PC program? Pin
Anonymous9-Jul-02 20:11
Anonymous9-Jul-02 20:11 
GeneralFile Copy Pin
Shibu.V.Nair9-Jul-02 19:03
Shibu.V.Nair9-Jul-02 19:03 
GeneralRe: File Copy Pin
Michael Dunn9-Jul-02 19:18
sitebuilderMichael Dunn9-Jul-02 19:18 
Generaldialog based Pin
Anonymous9-Jul-02 18:59
Anonymous9-Jul-02 18:59 

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.