
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: ADV LG DATA PROCESSG; Subject: COMPUTER SCIENCE AND INFORMATION SYSTEMS; University: University of Florida; Term: Summer 2000;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

TASK: Finish defining the class temperature by creating the implementation file temperature.cpp. Test and run your complete program. Test using your CISE account and the g++ compiler installed there. Feel free to work with others and receive help from others.
GIVEN: main.cpp and temperature.h. main is the driver program for this assignment, temperature.h is the header file for the class temperature.
Implement all the functions as described by their prototypes in temperature.h, placing the implementation code a file named temperature.cpp
DUE DATE: This assignment is due on Friday, 2 June 2000, at or before midnight. You have a grace period of 12 hours that extends into Saturday. You are to submit only the file temperature.cpp. The other files are provided for you and thus, you should use them UNCHANGED. We will be testing and running your code using our original temperature.h file and a more complex main.cpp.
NOTE: Homework is only accepted via CourseWorX. Do not forget your password or user ID. Email me, mailto:[email protected], if that does occur. Homework submitted after the grace period will not be graded and will receive 0 credit.
COMMENTS & STYLE OF YOUR CODE: Include the following information in a block of comments at the top of your file.
// Programmer Name: (your name) // Other Programmers: (name people you worked with) // HW 2 // CIS 4930 Spring 2000
Follow the style and conventions we have discussed in class. Use white space to aid readability. Comment every variable and every function in your file. Comment groups of statements.
HELP: Please see the TAs during office hours for program help.