Home >  T.A >  cs10 ( Spring 2002 )

  CS10 : Introduction to C++, Section #24, #29, #30
Instructor: Kelsey Lick
(Spring 2002)
Print this Page   

Teaching Assistant: Zeinalipour-Yazti Demetris.
Office Hours: Friday 11:10-14:00
Office Room: Office 282, Surge Bldg
Lab Hour: #24: Tuesday 8:10am-11:00am, Surge 171
#29: Friday 14:10-17:00, Bouns Hall B265
#30: Wednesday, 11:10-2:00, Surge 172
Email: csyiazti@cs.ucr.edu
Course Webpage: http://www.cs.ucr.edu/~klick/cs10.htm

Lab Schedule
  • Lab #1 - Receive Accounts, Learn how to operate the Lab PC, Write A small C++ program.

  • Lab #2 - Small lecture ~40 minutes, Sign Academic Dishonesty Sheet and receive 10 points for that, No Assignment

  • Lab #3 - Arithmetic Operators program.

  • Lab #4 - Small lecture on Problem Solving ~30 minutes. You'll work on Lab Exercise 4.See C++ solution here

  • Lab #5 - Small lecture on Functions & Procudures, Rectangle Problem ~30 minutes. You'll work on Lab Exercise 5.
    New! - Download lab5.exe (win32) to see how your program should respond to various inputs, See C++ solution here.


  • Lab #6 - More on Style (indenting, spacing). Case Problem ~20 minutes. You'll work on Lab Exercise 6.
    - Download lab6.exe (win32) to see how your program should respond to various inputs, See C++ solution here.


  • Lab #7 - Working with Files (reading/writing)/ A closer look at fstream. You'll work on Lab Exercise 7.
    Download lab7.exe (win32). See Solution - C++ solution here (after friday)
    You might want to test your program with this numbers.txt file.


  • Lab #8 - More on functions and files. You will fill in the TA Evaluation Scantron, Receive Mid-Terms Back. I will also go over the solutions of the Mid-Term. Finally you'll work on Lab Exercise 8.
    Download lab8.exe (win32), See Solution - C++ solution here.
    You might want to test your program with this numbers.txt file.

  • Lab #9 - NO LAB. However I will be in the Lab for the first hour to solve any questions regarding your last assignment. This week you can freely attend any lab you want.

  • Lab #10 - Working with arrays ~10 minutes. You'll work on Lab Exercise 10.
    Download lab10.exe (win32), See Solution - C++ solution here

  • Good Luck with your exams! - If you have any question contact me by email csyiazti@cs.ucr.edu
Want to transfer your files from and to your account?
Download WinSCP
After the program is downloaded enter as Host Name: hill.cs.ucr.edu, your username: cs10xx and your password.
Use drag-drop (with the mouse) to transfer files from and to your account.


Want to access your account remotely?
Download PUTTY
After the program is downloaded enter as Host Name: hill.cs.ucr.edu, your username: cs10xx and your password.
You must have basic UNIX knowledge to use Putty!.


Lab Attendance
You must show up each week because we will go each lab through one of the exercises and useful information. After that I will grade your exercises.

Signing In
Please use CS UCR Secure server to login: https://www.cs.ucr.edu/

Cheating Policy
"Cheating on midterms or on lab assignments will not be tolerated. Anyone caught cheating will receive an F in the lab, even for the first offence."
You will be asked to sign the Academic Dishonesty Policy Statement and return it to your T.A



Top