Posted by John Guanzon on August 02, 2000 at 19:43:53:
I have created a main window so far under a win32 application (not a console app) and I have I have declared an object of my flightList, however I keep getting this 16 errors of this type: c:\cs1704\project3\flightdata.h(38) : error C2872: 'cout' : ambiguous symbol
flightdata.h is the header file for the flight data that goes into the flightlist nodes. I am getting this error where I have inline functions that return such things as time and the flights. I do have #include