Project #3


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

Posted by Ross on August 02, 2000 at 17:16:46:

Ok...

First- Where should we declare our object containing all the flight data (in amsample1, it is called UL). I tried to put it in main(), but had problems passing it out... should/could we make it global?

Second- I am using atoi in the following manner:

Minutec = (atoi (Minute.c_str ()));

I am getting the following error:

D:\Ross' Junk\Classes\Summer\Data Structures\Project2mine\FlightList.cpp(61) : error C2784: 'bool __cdecl std::operator <(const class std::basic_string<_E,_Tr,_A> &,const _E *)' : could not deduce template argument for 'const class std::basic_string
<_E,_Tr,_A> &' from 'class std::basic_string,class std::allocator >'

Wouldn't it just be easier to use the Number input box (available in the gilt program)

Thanks all...


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 ]