Click here to Skip to main content
15,888,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionChildren in back? Pin
Dov Sherman10-Jul-02 0:52
Dov Sherman10-Jul-02 0:52 
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 
Try to declare a template class as below, But it can't pass the compiling.
(Using MS VC++ 6.0)

template < class ClassType, typename DataType > class MyContainer :
public ClassType < DataType >
{
...
}

only while I change it to something like this, it works.

template < typename DataType > class MyContainer :
public vector < DataType >
{
...
}

But my purpose is to support vector, list, queue and deque in a single
template class. Does anyone know how to make it?

Any commment greatly appreciated!

Wayne King
10 Jul 2002

GeneralRe: Beginner's Template question! Pin
Terry Denham10-Jul-02 3:41
Terry Denham10-Jul-02 3:41 
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 

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.