Commit Graph

9 Commits

Author SHA1 Message Date
Kjistóf bdfc14357a made some final changes to the comments 2016-10-29 20:08:55 +02:00
Kjistóf f284a9a471 added noexcept qualifier to Char ctor, and made notes on exception
safety
2016-10-29 13:37:03 +02:00
Kjistóf 6d1245bf0b made some clarifications in one of the comments in class String 2016-10-29 11:42:58 +02:00
Kjistóf 5711cb6096 refactored code, made new comments, extended manualtest.cpp, commented
out tests of unimplemented stuff in test.cpp
2016-10-26 16:39:32 +02:00
Kjistóf af27d29d29 fixed a bug in String::operator+ and String::operator+=
there was enough space allocated for both strings & the null-terminator
2016-10-25 15:05:40 +02:00
Kjistóf b74a35d1ec added noexcept qualifiers where needed 2016-10-25 14:22:50 +02:00
Kjistóf 4a1709d626 now the non-const String::operator[] returns a Char class instead of a
primitive
2016-10-23 15:36:10 +02:00
Kjistóf 1dec4febcc implemented remaining methods and added checks to neccessary methods
(some methods, like size() could segfault on empty Strings)
2016-10-23 15:34:30 +02:00
Kjistóf 36dc44ac2d added implementations for every header 2016-10-23 03:46:28 +02:00