1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Eric Teunis de Boone 969ee37aa8 Ex5.3 feedback: use a string when reading from linebuffer
We do not know how long the words will be (except not longer than a line) so a std::string more suitable for this.
Plus, we can now use  instead of checking for a  character ourselves.
2020-07-01 17:45:17 +02:00
Eric Teunis de Boone b4edcd7ed1 Ex5.3 feedback: wrong wordcount due to empty lines 2020-07-01 17:40:47 +02:00
Eric Teunis de Boone a54f03b178 Ex5: Input Streams 2019-12-17 18:05:47 +01:00
Frank Filthaut b313ad8364 add inputs for ex4.1, ex4.3, ex5.2, ex5.3 2019-12-12 14:12:33 +01:00