Click here to Skip to main content
15,881,715 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Compilation Problem Pin
Graham Breach13-Dec-12 21:58
Graham Breach13-Dec-12 21:58 
GeneralRe: Compilation Problem Pin
BobInNJ14-Dec-12 11:16
BobInNJ14-Dec-12 11:16 
GeneralRe: Compilation Problem Pin
Graham Breach14-Dec-12 23:31
Graham Breach14-Dec-12 23:31 
Questionerror C2678: binary '=' Pin
alaaan7313-Dec-12 6:41
alaaan7313-Dec-12 6:41 
SuggestionRe: error C2678: binary '=' Pin
Maximilien13-Dec-12 7:00
Maximilien13-Dec-12 7:00 
GeneralRe: error C2678: binary '=' Pin
alaaan7313-Dec-12 7:18
alaaan7313-Dec-12 7:18 
AnswerRe: error C2678: binary '=' Pin
Chris Meech13-Dec-12 7:30
Chris Meech13-Dec-12 7:30 
GeneralRe: error C2678: binary '=' Pin
alaaan7313-Dec-12 7:52
alaaan7313-Dec-12 7:52 
i change it to this
ID_sn()=ss.substr(0,2)+s; 


and the previous error solved
BUT i got another error :

1>Reservation.obj : error LNK2019: unresolved external symbol "public: __thiscall Passenger::Passenger(void)" (??0Passenger@@QAE@XZ) referenced in function "public: __thiscall Reservation::Reservation(class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> >,long,class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> >,bool)" (??0Reservation@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@J0_N@Z)
GeneralRe: error C2678: binary '=' Pin
Chris Meech13-Dec-12 8:17
Chris Meech13-Dec-12 8:17 
GeneralRe: error C2678: binary '=' Pin
alaaan7313-Dec-12 8:59
alaaan7313-Dec-12 8:59 
GeneralRe: error C2678: binary '=' Pin
Chris Meech13-Dec-12 9:06
Chris Meech13-Dec-12 9:06 
GeneralRe: error C2678: binary '=' Pin
alaaan7313-Dec-12 9:24
alaaan7313-Dec-12 9:24 
GeneralRe: error C2678: binary '=' Pin
Freak3014-Dec-12 0:48
Freak3014-Dec-12 0:48 
AnswerRe: error C2678: binary '=' Pin
Richard MacCutchan13-Dec-12 7:33
mveRichard MacCutchan13-Dec-12 7:33 
GeneralRe: error C2678: binary '=' Pin
alaaan7313-Dec-12 7:55
alaaan7313-Dec-12 7:55 
Questionprocess Pin
messages13-Dec-12 3:45
messages13-Dec-12 3:45 
AnswerRe: process Pin
David Crow13-Dec-12 4:14
David Crow13-Dec-12 4:14 
GeneralRe: process Pin
messages13-Dec-12 4:18
messages13-Dec-12 4:18 
Questionexporting data from C++ to C Pin
danielsutopo12-Dec-12 15:00
danielsutopo12-Dec-12 15:00 
AnswerRe: exporting data from C++ to C Pin
Richard MacCutchan12-Dec-12 22:35
mveRichard MacCutchan12-Dec-12 22:35 
GeneralRe: exporting data from C++ to C Pin
danielsutopo15-Dec-12 13:45
danielsutopo15-Dec-12 13:45 
GeneralRe: exporting data from C++ to C Pin
Richard MacCutchan15-Dec-12 20:59
mveRichard MacCutchan15-Dec-12 20:59 
GeneralRe: exporting data from C++ to C Pin
danielsutopo16-Dec-12 11:50
danielsutopo16-Dec-12 11:50 
GeneralRe: exporting data from C++ to C Pin
Richard MacCutchan16-Dec-12 21:47
mveRichard MacCutchan16-Dec-12 21:47 
AnswerRe: exporting data from C++ to C Pin
Albert Holguin13-Dec-12 5:26
professionalAlbert Holguin13-Dec-12 5:26 

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.