1
0
Fork 0
This repository has been archived on 2021-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
uni-m.cds-adv-prog/ex5.3
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
..
example.txt add inputs for ex4.1, ex4.3, ex5.2, ex5.3 2019-12-12 14:12:33 +01:00
main.cpp Ex5.3 feedback: use a string when reading from linebuffer 2020-07-01 17:45:17 +02:00