Re: Project #3


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

Posted by hussein on August 02, 2000 at 18:40:17:

In Reply to: Project #3 posted by Ross on August 02, 2000 at 17:16:46:

: 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?

global is fine ... its a little tricky to do it in any other manner ...

: Second- I am using atoi in the following manner:
: Minutec = (atoi (Minute.c_str ()));

what are the types of Minute and Minutec ?

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

sure - if you can figure out how to use those, thats perfectly ok ...



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 ]