Click here to Skip to main content
15,920,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalconfused about the friend keyword Pin
markt23-Feb-08 7:52
markt23-Feb-08 7:52 
GeneralRe: confused about the friend keyword Pin
bob1697223-Feb-08 8:08
bob1697223-Feb-08 8:08 
GeneralRe: confused about the friend keyword Pin
markt24-Feb-08 7:11
markt24-Feb-08 7:11 
Generalplease help me Pin
ftbk23-Feb-08 4:10
ftbk23-Feb-08 4:10 
GeneralRe: please help me Pin
Christian Graus23-Feb-08 12:41
protectorChristian Graus23-Feb-08 12:41 
Generalcompile error about auto_ptr Pin
George_George23-Feb-08 3:08
George_George23-Feb-08 3:08 
GeneralRe: compile error about auto_ptr Pin
Shog923-Feb-08 4:31
sitebuilderShog923-Feb-08 4:31 
GeneralRe: compile error about auto_ptr Pin
George_George24-Feb-08 16:10
George_George24-Feb-08 16:10 
Thanks Shog9,


My question is more about how to get information from compile error message. In the compile error message, it is indicated copy constructor could not be found. Actualy in auto_ptr copy constructor is implemented, but the required one (with const reference as input) is not provided. And this one (with const reference as input) is the one which vector push_back is looking.

How to get information from compile error message to find which copy constructor is missing?


regards,
George
GeneralRe: compile error about auto_ptr Pin
Shog924-Feb-08 16:26
sitebuilderShog924-Feb-08 16:26 
GeneralRe: compile error about auto_ptr Pin
George_George24-Feb-08 16:57
George_George24-Feb-08 16:57 
GeneralRe: compile error about auto_ptr Pin
Shog924-Feb-08 17:07
sitebuilderShog924-Feb-08 17:07 
GeneralRe: compile error about auto_ptr Pin
George_George24-Feb-08 17:50
George_George24-Feb-08 17:50 
GeneralRe: compile error about auto_ptr Pin
David McIntosh18-Mar-09 9:15
David McIntosh18-Mar-09 9:15 
GeneralRe: compile error about auto_ptr Pin
George_George24-Feb-08 16:58
George_George24-Feb-08 16:58 
GeneralRe: compile error about auto_ptr Pin
peterchen23-Feb-08 6:47
peterchen23-Feb-08 6:47 
GeneralRe: compile error about auto_ptr Pin
George_George24-Feb-08 16:12
George_George24-Feb-08 16:12 
GeneralRe: compile error about auto_ptr Pin
peterchen24-Feb-08 20:25
peterchen24-Feb-08 20:25 
GeneralRe: compile error about auto_ptr Pin
George_George24-Feb-08 21:05
George_George24-Feb-08 21:05 
GeneralRe: compile error about auto_ptr Pin
Mark Salsbery24-Feb-08 9:14
Mark Salsbery24-Feb-08 9:14 
GeneralRe: compile error about auto_ptr Pin
George_George24-Feb-08 16:13
George_George24-Feb-08 16:13 
Generalchange const property through overloading Pin
George_George22-Feb-08 23:18
George_George22-Feb-08 23:18 
GeneralRe: change const property through overloading Pin
Shog923-Feb-08 4:45
sitebuilderShog923-Feb-08 4:45 
GeneralRe: change const property through overloading Pin
George_George24-Feb-08 16:21
George_George24-Feb-08 16:21 
GeneralRe: change const property through overloading Pin
Shog924-Feb-08 16:33
sitebuilderShog924-Feb-08 16:33 
GeneralRe: change const property through overloading Pin
George_George24-Feb-08 16:52
George_George24-Feb-08 16:52 

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.