Electrical and Computer Engineering
31 of 52
UAH
CPE 112
More About string
•Example
– string firstName;
– string::size_type len;
– firstName = “Alexandra”;
– len = firstName.length();