Click here to Skip to main content
16,007,779 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A strange compiler error C2440 Pin
Daniel Lohmann16-Aug-02 21:34
Daniel Lohmann16-Aug-02 21:34 
GeneralRe: A strange compiler error C2440 Pin
Stuart Dootson17-Aug-02 0:30
professionalStuart Dootson17-Aug-02 0:30 
GeneralRe: A strange compiler error C2440 Pin
Daniel Lohmann17-Aug-02 11:27
Daniel Lohmann17-Aug-02 11:27 
GeneralRe: A strange compiler error C2440 Pin
IFREETA17-Aug-02 1:57
IFREETA17-Aug-02 1:57 
GeneralRe: A strange compiler error C2440 Pin
dlhson17-Aug-02 9:12
dlhson17-Aug-02 9:12 
GeneralNot so simple Pin
IFREETA17-Aug-02 3:28
IFREETA17-Aug-02 3:28 
GeneralRe: Not so simple Pin
Daniel Lohmann17-Aug-02 11:30
Daniel Lohmann17-Aug-02 11:30 
GeneralRe: Not so simple Pin
Stuart Dootson17-Aug-02 11:35
professionalStuart Dootson17-Aug-02 11:35 
Noooo - not quite. If you look at the vector definition, void _Insert_n(iterator _Where, size_type _Count, const _Ty& _Val), it takes a const reference. BUT - in auto_ptr, none of the assignment operators/coy constructors take a const reference parameter. As you cannot implicitly convert const to non-const, the compiler cannot use these operators! It is that simple really, honest!Smile | :)

Stuart Dootson

'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
GeneralRe: A strange compiler error C2440 Pin
Stuart Dootson17-Aug-02 21:59
professionalStuart Dootson17-Aug-02 21:59 
GeneralRe: A strange compiler error C2440 Pin
Mike Nordell17-Aug-02 23:25
Mike Nordell17-Aug-02 23:25 
GeneralNeed a help with CDialog and WM_QWERYENDSESSION Pin
Pavel Sokolov16-Aug-02 13:19
Pavel Sokolov16-Aug-02 13:19 
GeneralRe: Need a help with CDialog and WM_QWERYENDSESSION Pin
Daniel Ferguson16-Aug-02 21:05
Daniel Ferguson16-Aug-02 21:05 
GeneralRe: Need a help with CDialog and WM_QWERYENDSESSION Pin
Pavel Sokolov17-Aug-02 0:16
Pavel Sokolov17-Aug-02 0:16 
GeneralReal document in View Pin
RocardoS16-Aug-02 13:00
sussRocardoS16-Aug-02 13:00 
GeneralMFC newbie needs help with CString Pin
Raskolnikov16-Aug-02 12:42
Raskolnikov16-Aug-02 12:42 
GeneralRe: MFC newbie needs help with CString Pin
valikac16-Aug-02 13:14
valikac16-Aug-02 13:14 
GeneralRe: MFC newbie needs help with CString Pin
Christian Graus16-Aug-02 13:19
protectorChristian Graus16-Aug-02 13:19 
GeneralCString Trim Pin
Shotgun16-Aug-02 12:26
Shotgun16-Aug-02 12:26 
GeneralRe: CString Trim Pin
Michael Dunn16-Aug-02 12:32
sitebuilderMichael Dunn16-Aug-02 12:32 
GeneralRe: CString Trim Pin
Shotgun16-Aug-02 12:38
Shotgun16-Aug-02 12:38 
QuestionCan we put an Icon (Shortcut) for an application with Visual C++ 6.0 MFC in Run Time? Pin
Anonymous16-Aug-02 11:15
Anonymous16-Aug-02 11:15 
AnswerRe: Can we put an Icon (Shortcut) for an application with Visual C++ 6.0 MFC in Run Time? Pin
Anonymous16-Aug-02 12:00
Anonymous16-Aug-02 12:00 
GeneralRe: I tried & failed Pin
ATC16-Aug-02 13:41
ATC16-Aug-02 13:41 
QuestionReturn to the previous active window? Pin
Matt Eckerson16-Aug-02 11:15
Matt Eckerson16-Aug-02 11:15 
AnswerRe: Return to the previous active window? Pin
Matt Eckerson16-Aug-02 19:38
Matt Eckerson16-Aug-02 19:38 

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.