Hayne of Tintagel
About
Services
Teaching
HCI
Mac OS X
Misc
Teaching
/
McGill C & C++
/
Examples
/ String Class
Using the String Class
There is a C++ class 'string' provided by the standard C++ library. The following code gives some simple examples of its use.
mystrings.h
basic_strings.cpp
main.cpp