Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (anonymous):

C++ Linker Error LNK2019, using MS Visual Studio 2010. Please see the first comment for the cpp code.

OpenStudy (anonymous):

#include "../../../std_lib_facilities.h" class Date { int y, m, d; public: Date(int y, int m, int d); int month() {return m;} int day() {return d;} int year() {return y;} }; int main() { Date bday(1995, 3, 23); cout << bday.month() << endl; keep_window_open(); return 0; }

OpenStudy (anonymous):

#include "../../../std_lib_facilities.h"

OpenStudy (anonymous):

What's the linker error? It might have something to do with keep_window_open().

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!