Lab 1 - Eclipse, My New Best Friend
Overview
- Eclipse Overview -read about these in the Eclipse Welcome Screen found
in the Help menu
Workbench
User Guide
C/C++
Development User Guide
- First Program
- Programming Overview
- Compiler
- Submitting your work
Lab Goals
Goals for Lab 1 include:
- Login to your UNCW Student File Server account - Timmy
- Read/Send email from your UNCW account
- Develop a basic understanding as to how a user interacts with Eclipse
- Writing your first program - following the outline of the Farenheit-Celsiius tutorial in section 1.2 of Kernighan Ritchie and the User Input Sample below, develop a program that builds the table based on user input for the lower and upper limits.
Reading/Sending Email
Email is accessed via Outlook web mail
Safe Keeping your Files on your Student File/Web Server
Timmy - UNCW Student file server / Student Web Server - access with IE or Netscape using ftp or WS_FTP
Submitting Your Work
Submitting your work via UNCW webmail
-
source code attachment
-
subject line: CSC 112 Lab 1
-
Due by Midnight Friday.
Confirmations: A student can then be assured that their assignment has been submitted based on the return email which is sent only if the above requirements are met. The student should not delete the confirmation email.
User Input Sample
Sample program output:
Enter lower limit:
-20You entered -20.
Enter upper limit: 300
You entered 300.
fahr celsius
-20.0 -28.9
0.0 -17.8
20.0 -6.7
40.0 4.4
60.0 15.6
80.0 26.7
100.0 37.8
120.0 48.9
140.0 60.0
160.0 71.1
180.0 82.2
200.0 93.3
220.0 104.4
240.0 115.6
260.0 126.7
280.0 137.8
300.0 148.9