error C2872: 'cout' : ambiguous symbol


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]

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 at the top of the header so I do not know why the system says there is abiguity with the cout. Does win32 spplication or amulet hate inlines or Do I not see something?




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]