User profile: Amnesiac

User info
User name:Amnesiac
History
Joined:
Number of posts:48
Latest posts:

Header file ostream/istream problems
Yes, declared with all its member functions and defined in .cpp file

Header file ostream/istream problems
Yes but it still displays the same error message

Header file ostream/istream problems
Trying to compile and link a few files; stuff from Stroustrup's Programming, Principles and Practice...

Creating a vector from a sentence
Why does make_sentence() not store anything in the vector? Usually you can declare an empty vector a...

Creating a vector from a sentence
My program is supposed to: Prompt user to enter a sentence Read this sentence into a string Pas...