faq
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
faq [2009/10/14 03:39] – jxu | faq [2009/10/14 08:54] (current) – jxu | ||
---|---|---|---|
Line 89: | Line 89: | ||
Answer to Question 4: Unfortunately instructors are not responsible for checking student code. | Answer to Question 4: Unfortunately instructors are not responsible for checking student code. | ||
The fastest and easiest way for you to learn how to do the | The fastest and easiest way for you to learn how to do the | ||
- | assignment, and to learn about thread programming, | + | assignment, and to learn about thread programming, |
+ | In Section F, Hints, of the Assignment 2 description document, it is stated that, | ||
------------------------------------------------------------ | ------------------------------------------------------------ | ||
- | F. Hints | + | "1. You may start by trying to read and understand the program " |
- | 1. You may start by trying to read and understand the program " | ||
2. The program " | 2. The program " | ||
- | 3. The book " | + | |
+ | 3. The book " | ||
--------------------------------------------------------- | --------------------------------------------------------- | ||
Once you have done that, it is most likely that you will also immediately know why your code doesn' | Once you have done that, it is most likely that you will also immediately know why your code doesn' | ||
- | + | ||
+ | **Question 5**: Can I use the cursor library in my assignment? | ||
+ | |||
+ | Answer to Question 5: This question and the answer to it falls into the category of Question 1 and the answer to Question 1 above. You are not required to use the cursor library for doing the assignment. If you do choose to use the cursor library, you are completely on your own, and you should carefully document and justify all your design and implementation decisions in your report. | ||
+ | |||
+ | **Question 6**: Can you confirm the input format. You state "The Airline, Flight, Departure_To, | ||
+ | Is every field mandatory? Would two tabs appear only if a field is | ||
+ | omitted, or can there be two tabs between Airline and Flight? | ||
+ | |||
+ | Answer to Question 6: The input format should be EXACTLY as specified in the assignment, which is already clearly specified in Section A, Description of the Problem, Item 1, of the Assignment 2 description document: | ||
+ | |||
+ | "... The Airline, Flight, Departure_To, | ||
+ | http:// | ||
+ | |||
+ | It is up to you to figure out how to check the format of any user input, and how to detect possible errors in any user input. | ||
+ |
faq.1255491580.txt.gz · Last modified: 2009/10/14 03:39 by jxu