How to login on CS UNIX platform?
% (or $) ssh -l jni (your userID) hp.cs.uiowa.edu password: your password
How to login on CS LINUX platform?
% (or $) ssh -l jni (your userID) linux.cs.uiowa.edu
How to obtain the source filesof examples in the textbook?
You can download it from here.
How to create/compile and run C++ file using VS C++?
download the handout from instructor.
How to run C++ file on UNIX/LINUX?
%c++ filename.cpp %a.out
send email to jun-ni@uiowa.edu