|
6d1245bf0b
|
made some clarifications in one of the comments in class String
|
2016-10-29 11:42:58 +02:00 |
|
|
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 |
|
|
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 |
|
|
b74a35d1ec
|
added noexcept qualifiers where needed
|
2016-10-25 14:22:50 +02:00 |
|
|
4a1709d626
|
now the non-const String::operator[] returns a Char class instead of a
primitive
|
2016-10-23 15:36:10 +02:00 |
|
|
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 |
|
|
36dc44ac2d
|
added implementations for every header
|
2016-10-23 03:46:28 +02:00 |
|