Getting Started With Unix 2
Getting Started With Unix 2
This term you can create programs on UNIX or you can create
programs using a C++ compiler on your PC.
Odin account
www.account.pdx.edu
[email protected]
Or go to: www.oit.pdx.edu
*************************************************************
Unauthorized access to this system is prohibited. Systems to
identify unauthorized users may also monitor authorized users.
*************************************************************
+---------------------------------------------+
Welcome to the PSU Network Access Menu
Please review any messages on your screen
then press the RETURN key to continue.
+---------------------------------------------+
Pico Commands
2.
3.
Enter in the program from the Malik book at the end of Chapter 2 titled "Complete
Program Listing" immediately before the
"Quick Review".
Enter the entire program including
comments! If you are looking for something a
little more exciting, you can pick the program
at the end of Chapter 5 instead.
Make sure to also add your name!
./a.out
karlaf:~/cs161/:512 > ./a.out
We did it - we entered our first program!
karlaf:~/cs161/:513 >