User profile: Amnesiac

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

Coding style/layout - easy to read?
Just wondering if anyone could comment on the layout of my code and how it is written. Obviously I'm...

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...