Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Subclassing CListCtrl in a CListView Pin
Michael Dunn29-Jul-03 16:57
sitebuilderMichael Dunn29-Jul-03 16:57 
GeneralRe: Subclassing CListCtrl in a CListView Pin
Tom Archer29-Jul-03 18:23
Tom Archer29-Jul-03 18:23 
GeneralRe: Subclassing CListCtrl in a CListView Pin
Tom Archer30-Jul-03 9:45
Tom Archer30-Jul-03 9:45 
GeneralVC++6 ide question Pin
Beer2629-Jul-03 6:57
Beer2629-Jul-03 6:57 
GeneralRe: VC++6 ide question Pin
David Crow29-Jul-03 7:25
David Crow29-Jul-03 7:25 
GeneralRe: VC++6 ide question Pin
Beer2629-Jul-03 8:43
Beer2629-Jul-03 8:43 
GeneralRe: VC++6 ide question Pin
Mike Dimmick29-Jul-03 13:29
Mike Dimmick29-Jul-03 13:29 
GeneralToolBar text with BTNS_SHOWTEXT Pin
armentage29-Jul-03 6:55
armentage29-Jul-03 6:55 
GeneralRe: ToolBar text with BTNS_SHOWTEXT Pin
Michael Dunn29-Jul-03 17:01
sitebuilderMichael Dunn29-Jul-03 17:01 
GeneralRe: ToolBar text with BTNS_SHOWTEXT Pin
armentage30-Jul-03 3:06
armentage30-Jul-03 3:06 
Generalread and write MS Office file in Visual C++ Pin
Jason Truong29-Jul-03 6:20
Jason Truong29-Jul-03 6:20 
GeneralRe: read and write MS Office file in Visual C++ Pin
David Crow29-Jul-03 7:26
David Crow29-Jul-03 7:26 
GeneralRe: read and write MS Office file in Visual C++ Pin
Jason Truong31-Jul-03 4:19
Jason Truong31-Jul-03 4:19 
GeneralRe: read and write MS Office file in Visual C++ Pin
David Crow31-Jul-03 4:40
David Crow31-Jul-03 4:40 
GeneralVisual C++ Resource Editor Pin
Anonymous29-Jul-03 5:39
Anonymous29-Jul-03 5:39 
GeneralRe: Visual C++ Resource Editor Pin
keegan29-Jul-03 5:48
keegan29-Jul-03 5:48 
GeneralRe: Visual C++ Resource Editor Pin
Anonymous29-Jul-03 6:13
Anonymous29-Jul-03 6:13 
GeneralRe: Visual C++ Resource Editor Pin
Maximilien29-Jul-03 7:07
Maximilien29-Jul-03 7:07 
GeneralRe: Visual C++ Resource Editor Pin
idir29-Jul-03 7:26
idir29-Jul-03 7:26 
GeneralRe: Visual C++ Resource Editor Pin
Maximilien29-Jul-03 8:16
Maximilien29-Jul-03 8:16 
GeneralLinking to a spot in source code Pin
keegan29-Jul-03 5:34
keegan29-Jul-03 5:34 
GeneralRe: Linking to a spot in source code Pin
Ian Darling29-Jul-03 5:38
Ian Darling29-Jul-03 5:38 
GeneralRe: Linking to a spot in source code Pin
keegan29-Jul-03 5:49
keegan29-Jul-03 5:49 
GeneralRe: Linking to a spot in source code Pin
Neville Franks29-Jul-03 5:56
Neville Franks29-Jul-03 5:56 
GeneralCStringArray in a CList Pin
Anonymous29-Jul-03 4:13
Anonymous29-Jul-03 4:13 
I have tried to create a CList of one/more CStringArray objects. If I try and add CStringArray to my CList I get the error:

error C2558: 'CStringArray' : no copy constructor available

Do I have derive from CStringArray and write copy constructor for my derived class? How come CStringArray does not already have copy constructor. Surely it knows the type of its elements so surely it should know how to copy itself?

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.