CSE has the following instructional Linux machines:
You can get access to them in any of the following ways:
If you need to get an account on these machines because you are a
nonmajor, then go to the following web page:
http://www.cs.washington.edu/lab/course-computing/accounts_access.html
The following is a set of introductory quick tip pages various tools that you are likely to use. These documents have been compiled over the years by various TAs and are neither complete nor guaranteed to be accurate. If you find errors or serious omissions in the documents, please let us know.
g++
-- a C/C++ compiler
jdb
-- A Java debugger
gdb
-- a C++ debugger
gdb
refcard
make
-- A tool for
automating the compilation of large projects