COSC 2320 Data Structures - Fall 2015
-
You can come to our Google Group
to discuss your questions with the TAs and your classmates.
- My office hour: every Wednesday from 3pm to 5pm @ PGH 313
-
Homework assignments are posted on Dr. Ordonez's webpage.
Your user account on the UH CS server
-
Hostname: program.cs.uh.edu
-
You can ssh to this machine from any OS client. It has gcc version 4.8.3 and runs Redhat Enterprise Linux 7.1.
-
The username is your full lastname (no spaces) followed by the first letter of your first name (all in lower case). For instance, John Doe will have doej as his username.
-
Your password is your full 7-digit Peoplesoft ID followed the first letter of your last name and the first letter of your first name. For instance, John Doe with the Peoplesoft ID of 1234567 will have 1234567DJ as his password.
-
You can optionally change the password using the passwd command later.
Tips
-
To get started with the Borland C++ compiler on Windows, here is the tutorial you might be looking for.
-
To get started with the g++ compiler, click here for tutorials.
-
Don't know how to install and use SSH on Windows? Follow the instructions here.
A video tutorial can be found on YouTube. (Credits to our student Christopher Holley, thank you Chris!)
-
A tutorial for SSH on Linux can be found here.
-
If you barely used Linux before, you can get a simple hands-on tutorial here.
-
You can also take a look at the command-line argument and script file parser I created for this course in 2013 if you don't know how to do it.