LAB6 ============== **** NEW *********************************************************** ---- DUEDATE ---- The duedate for this program has been set for 12:00pm NOON on SATURDAY (that's 'noon', which is around lunchtime on Saturday :-) ******************************************************************** See the STL description at: http://www.sgi.com/tech/stl/queue.html You can also view the local implementation (if you wish) at: /usr/local/include/g++-/... /queue /stl_queue.h For a clear introduction to 'command-line arguments', try: http://www.ecst.csuchico.edu/~juliano/C++/command-line.html ********************************************************************* ---> set permissions correctly (see 'permissions.txt' file) <--- Problem: Pg.416, #9, Main&Savitch text - 'airport simulation program' --- START NOW!! ----- HINT: Use the "Car Wash Simulation" example and code provided in chapter8 as a resource for understanding, design, and implementation ideas! ADDITIONAL SPECIFICATIONS / REQUIREMENTS (made explicit!): ========================================================== * object-oriented design * STL queue class usage (dynamic linked list queue) * command-line arguments (argc, argv[]) * NO interface or file I/O required (try redirection at command-line) * makefile * submission of all necessary files created/modified by you * README file Special Notes: ============== Before LAB: -READ the SPECIFICATIONS for the problem, thoroughly! -RE-READ the SPECIFICATIONS for the problem! until you understand! -Go through the DESIGN PROCESS by restating the problem in your words, clearly specifying the input & output requirements; Conceptualize an algorithm, appropriate classes, and data structures needed - indicate these on your written design draft; Provide sample cases and trace through them; Be sure your DESIGN is complete -Come to your next LAB PREPARED ... with WRITTEN DESIGN IN HAND (you may be asked to produce it before receiving individual help) MANDATES: -DO NOT WAIT --- START ON THIS PROJECT IMMEDIATELY! - WORK INDEPENDENTLY --- assistance & collaboration should be minimal and limited to generalities - Solutions guidance will not be provided... only general assistance. -Clarification on submission requirements may be addressed at any time, after reading specs and prior to May 17th. -Students who come to LAB UNPREPARED may be asked to leave. -Students who come to CLASS & LAB PREPARED will receive 1st PRIORITY for assistance -As usual, respect the scheduled office hours of your TA and professor - appts & email assistance outside of that will be at the discretion & convenience of the TA and professor. Do not expect assistance on weekends or duedate or <24hrs. -ELECTRONIC SOLUTION and ALL DELIVERABLES must be in turnin with correct permissions (777) by the deadline. *** WATCH EMAIL and 'LABS' WEB LINK and WebCT page 'announcements for UPDATES on specifications/tips ****