Click here to Skip to main content
15,790,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what is the purpose of & in constructors Pin
alaaan7318-Dec-12 5:43
alaaan7318-Dec-12 5:43 
AnswerRe: what is the purpose of & in constructors Pin
CPallini16-Dec-12 23:42
mveCPallini16-Dec-12 23:42 
GeneralRe: what is the purpose of & in constructors Pin
alaaan7318-Dec-12 5:42
alaaan7318-Dec-12 5:42 
AnswerRe: what is the purpose of & in constructors Pin
Sajeesh Payolam17-Dec-12 5:33
Sajeesh Payolam17-Dec-12 5:33 
GeneralRe: what is the purpose of & in constructors Pin
alaaan7318-Dec-12 5:42
alaaan7318-Dec-12 5:42 
AnswerRe: what is the purpose of & in constructors Pin
April Fans22-Dec-12 21:32
April Fans22-Dec-12 21:32 
Questionerror LNK2019: unresolved external symbol "public: SOLVED Pin
alaaan7314-Dec-12 1:24
alaaan7314-Dec-12 1:24 
AnswerRe: error LNK2019: unresolved external symbol "public: Pin
Jochen Arndt14-Dec-12 1:38
professionalJochen Arndt14-Dec-12 1:38 
In reservation.h the function ID_sn() is declared. But there is no implementation for this function. In Reservation::getPassenger() you are using this function. Because you are trying to assign a string value to this function, I assume that you wanted to declare a member variable rather a function in reservation.h:
C++
// Function declaration
// string ID_sn();
// Member variable
string ID_sn;

GeneralRe: error LNK2019: unresolved external symbol "public: Pin
alaaan7314-Dec-12 1:49
alaaan7314-Dec-12 1:49 
AnswerRe: error LNK2019: unresolved external symbol "public: Pin
Graham Breach14-Dec-12 1:40
Graham Breach14-Dec-12 1:40 
GeneralRe: error LNK2019: unresolved external symbol "public: Pin
alaaan7314-Dec-12 1:50
alaaan7314-Dec-12 1:50 
Questionhow to learn c++ according to my goal Pin
ziuss213-Dec-12 20:28
ziuss213-Dec-12 20:28 
AnswerRe: how to learn c++ according to my goal Pin
Richard MacCutchan13-Dec-12 23:39
mveRichard MacCutchan13-Dec-12 23:39 
GeneralRe: how to learn c++ according to my goal Pin
ziuss213-Dec-12 23:45
ziuss213-Dec-12 23:45 
GeneralRe: how to learn c++ according to my goal Pin
Richard MacCutchan14-Dec-12 0:39
mveRichard MacCutchan14-Dec-12 0:39 
AnswerRe: how to learn c++ according to my goal Pin
Sajeesh Payolam14-Dec-12 0:24
Sajeesh Payolam14-Dec-12 0:24 
GeneralRe: how to learn c++ according to my goal Pin
ziuss214-Dec-12 1:02
ziuss214-Dec-12 1:02 
GeneralRe: how to learn c++ according to my goal Pin
Richard MacCutchan14-Dec-12 3:16
mveRichard MacCutchan14-Dec-12 3:16 
GeneralRe: how to learn c++ according to my goal Pin
ziuss214-Dec-12 4:23
ziuss214-Dec-12 4:23 
GeneralRe: how to learn c++ according to my goal Pin
Richard MacCutchan14-Dec-12 4:33
mveRichard MacCutchan14-Dec-12 4:33 
AnswerRe: how to learn c++ according to my goal Pin
Maximilien15-Dec-12 16:00
Maximilien15-Dec-12 16:00 
GeneralRe: how to learn c++ according to my goal Pin
ziuss215-Dec-12 21:10
ziuss215-Dec-12 21:10 
GeneralRe: how to learn c++ according to my goal Pin
Maximilien16-Dec-12 2:55
Maximilien16-Dec-12 2:55 
GeneralRe: how to learn c++ according to my goal Pin
ziuss216-Dec-12 3:02
ziuss216-Dec-12 3:02 
AnswerRe: how to learn c++ according to my goal Pin
PecuniousPete16-Dec-12 22:00
PecuniousPete16-Dec-12 22:00 

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.