CSE 303: Computing Resources
Lab Information
Note: we recommend that you carry out the assignments directly from the labs in the basement of the CSE building.
A Quick-And-Dirty Getting-Started Guide
OS X Addendum
Emacs manual
Additional Documentation
MSDN C++ Standard Library Reference
#include <string>
string
(a type of
basic_string
)
#include <vector>
vector<type>
#include <iostream>
cin
(an instance of
istream
, a type of
basic_istream
)
cout
and
cerr
(instances of
ostream
, a tye of
basic_ostream
)
Course Glossary
Other Tool/Language Resources (CSE 303 Wiki)
Your ACM Chapter's tutorials
The CSE department's Computing Resources for Undergrads
The Bash Manual