Homework 2 Practice - Advanced Logarithmic Data Processing | CIS 4930, Assignments of Computer Science

Material Type: Assignment; Class: ADV LG DATA PROCESSG; Subject: COMPUTER SCIENCE AND INFORMATION SYSTEMS; University: University of Florida; Term: Summer 2000;

Typology: Assignments

Pre 2010

Uploaded on 09/17/2009

koofers-user-63e
koofers-user-63e 🇺🇸

9 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CIS 4930 HW 2 temperature class
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.

Partial preview of the text

Download Homework 2 Practice - Advanced Logarithmic Data Processing | CIS 4930 and more Assignments Computer Science in PDF only on Docsity!

CIS 4930 HW 2 temperature class

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.