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 problemsYes, declared with all its member functions and defined in .cpp file
Header file ostream/istream problemsYes but it still displays the same error message
Header file ostream/istream problemsTrying to compile and link a few files; stuff from Stroustrup's Programming, Principles and Practice...
Creating a vector from a sentenceWhy does make_sentence() not store anything in the vector? Usually you can declare an empty vector a...