|
Overview:
- Configure programming environment
- Practice submitting codes
Instructions: (Please follow the following steps to finish this lab)
- Log on to storm. If you don't have an account or if you forget your ID or password, please email
the instructor at xzhang AT fordham.edu for help (before continuing on).
- Run the following command from storm
~zhang/bin/config4080
- Use your preferred text editor (vi or emacs) to write down your answers to
the following survey questions in a file named AboutMe.txt
- Your name, class (sophormore, junior or senior)
- Relevant CS courses (e.g., data structure, Discrete Structure II or other
math courses)
- What's your familarity with C++ STL classes? (see the
Containers part:queue, stack,
vector, etc).
- Use the following command to submit the above file:
submit4080 LAB0 AboutMe.txt
- Use the following command to verify your submission:
verify4080 LAB0 AboutMe.txt
What to submit: See above.
|
|