Standard Template Library Programmer's Guide
Matt Chapman's "A Beginners Guide to UNIX"
Comparison of Java to C++
Debugging with GDB Guide
Some C++ header files
Information on Static variables and methods
string class
Putty Download - Secure Shell to access linux machines from home
To use: computer_name.cs.loyola.edu is "Host Name"
Select "SSH"
Then press "Open"
X-WIN 32 Download - allows you to bring up emacs in a seperate window when using putty
Add the following lines to your ~/.cshrc file:
set IP = `echo $SSH_CLIENT | awk '{print $1}'`":0"
setenv DISPLAY $IP
This sets the DISPLAY variable for you when you log in.
FTP Explorer enables you to transfer files from your PC to the linux machines
Emacs Colors
To use setup a new profile:
Host Address:
Port: 21
Login:
Password:
(You may want to add the profile to save typing.) Then press connect.
If you would like to have colors when you are using emacs from the terminal window, put this .emacs file in your home directory. Then create a directory .xemacs. In that directory put the files init.el and custom.el.