C++ Notes

Files and Vectors

Begin by going through this tutorial about file-streams (until you understand everything!):
http://www.cplusplus.com/doc/tutorial/files.html

A detailed documentation of the "iostream library" with all classes and members you will find here:
http://www.cplusplus.com/ref/iostream/

A basic introduction to STL ('vector' and 'string' is part of this) is located here:
http://www.msoe.edu/eecs/ce/courseinfo/stl/index.htm

A complete list of all STL-classes (including vector and string/basic_string) and members is here:
http://hea-www.harvard.edu/MST/simul..._contents.html

More links

http://www.linuxselfhelp.com/HOWTO/C++Programming-HOWTO-17.html - Good stuff on vectors

http://www.fredosaurus.com/notes-cpp/90summaries/summary-headers.html - what header files to use

Constructive feedback is welcomed to Roger Pearse.

This page has been online since 17th November 2006.

Return to Roger Pearse's Pages