815e771d7d
Ex8.1 feedback: emphasize uniqueness within set in comment
2020-07-09 17:00:57 +02:00
83318d7e73
Ex7.4 feedback: change _s pointer to member attribute
2020-07-09 16:58:05 +02:00
f0ec419a8a
Ex7.3 feedback: missed conclusion
2020-07-09 16:45:01 +02:00
599b73b216
Ex10: initial header files
2020-07-08 16:56:24 +02:00
817e492ef0
Ex6.3 feedback: Remove Dynamic Allocation in Stack
2020-07-01 19:18:47 +02:00
5ac86eccb3
Ex6.2 feedback: forgot to copy _default in Array copy ctor.
2020-07-01 17:47:24 +02:00
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
b4edcd7ed1
Ex5.3 feedback: wrong wordcount due to empty lines
2020-07-01 17:40:47 +02:00
2c33d4246c
Ex4.2 feedback: fix const_cast implementation for CaloGrid::cell()
2020-07-01 16:56:00 +02:00
c79e9e4af7
Ex4.2 feedback: setup Calorimeter class
2020-07-01 16:29:22 +02:00
9ea32ed1c0
Ex4.3 feedback: declare global String operator+() in header file
2020-07-01 15:11:48 +02:00
ff96644889
Ex4.1 feedback: copy member objects in the correct way in copy constructor
2020-07-01 14:34:41 +02:00
bf04d5a4b2
Ex2.2 feedback: explicit definition for int,double
and double,int
signatures for min
function
2020-07-01 14:11:07 +02:00
52d1f4e4e9
Ex4.2 feedback: CaloGrid::cell() return pointer instead of object
2020-06-30 14:00:21 +02:00
83bf4e34dc
Ex4.2 feedback: CaloCell return type
2020-06-30 13:58:41 +02:00
f5524b020c
Ex4.1 feedback: Copy constructors of dependency objects were not called when copying Telephone
2020-06-30 12:57:01 +02:00
95ddbf5bde
Ex2.5 feedback: Show how a multidimensional array is stored in-memory
2020-06-30 11:29:50 +02:00
415032e0ef
Ex3.3 feedback: The Stack's bufsize was not updated on Stack::grow() so the stack would not actually grow
2020-06-30 11:18:10 +02:00
c49a9f3e5b
Ex2.1: feedback: mixed up pointers and references
2020-06-30 10:29:44 +02:00
982866a7e6
Feedback on ex0.* and ex1.*
2020-05-06 11:43:09 +02:00
Eric Teunis de Boone
e363d023cd
Missed delete in ex7.4 Stack
2020-01-10 16:21:10 +01:00
Eric Teunis de Boone
d9d2d5f18f
Finished Ex9.*
2020-01-07 11:01:08 +01:00
Eric Teunis de Boone
78d6fb4e3c
Finished Ex8.*
2020-01-06 19:07:30 +01:00
Eric Teunis de Boone
579d3355cc
Ex8.1
2020-01-06 16:36:53 +01:00
Eric Teunis de Boone
d9cbe495da
Finished ex7.*
2020-01-06 15:20:05 +01:00
Eric Teunis de Boone
6591677706
Finished ex6.*
2020-01-06 13:28:39 +01:00
Frank Filthaut
fae6435f3c
add input for ex8.3
2019-12-19 06:50:24 +01:00
Frank Filthaut
17845570ef
add input for ex8.1
2019-12-19 06:50:15 +01:00
Frank Filthaut
eda4bd18ba
add ex6.2 input
2019-12-19 06:49:56 +01:00
Eric Teunis de Boone
a54f03b178
Ex5: Input Streams
2019-12-17 18:05:47 +01:00
Eric Teunis de Boone
be584af6c3
Ex4.*, did not finish Ex4.2
2019-12-17 15:05:27 +01:00
Eric Teunis de Boone
7924ee2a62
Ex3.4: Static Class Counter
2019-12-12 17:22:55 +01:00
Eric Teunis de Boone
2ecd14cf94
Ex3.3: Copiable Dynamical Size Stack
2019-12-12 17:22:39 +01:00
Eric Teunis de Boone
fa61fdaf21
Ex 3.2: Dynamic Stack
2019-12-12 17:21:33 +01:00
Eric Teunis de Boone
91a78e2d74
Stack as ex3.1
2019-12-12 17:20:06 +01:00
Frank Filthaut
b313ad8364
add inputs for ex4.1, ex4.3, ex5.2, ex5.3
2019-12-12 14:12:33 +01:00
Frank Filthaut
ec8df55672
add Stack input
2019-12-12 14:12:33 +01:00
Eric Teunis de Boone
d1547c1611
New Folder Structure because of mail 2019-11-21T16:35
2019-12-10 18:04:54 +01:00
Eric Teunis de Boone
890f414d86
Ex3.1: Stack turned into a class
2019-12-10 14:34:57 +01:00
Eric Teunis de Boone
511a6c4c55
EX2: Finished
2019-12-03 10:32:30 +01:00
Eric Teunis de Boone
82260a45db
Ex2.{1,2,3}: Copied and extended code from Intro CPP repo,
...
Working on Ex2.4
2019-11-26 10:55:12 +01:00
Eric Teunis de Boone
4c31b5a287
Ex1: Copied Code from Intro CPP repo:
...
git@git.deboone.nl:ericteunis/documenten/uni/m.cpp.git
2019-11-12 10:49:02 +01:00
Eric Teunis de Boone
119c90e36e
Ex0.2: Random Numbers with Numpy
2019-11-12 10:39:54 +01:00
Eric Teunis de Boone
45f426d0f5
Ex0.1: Timing Results Added
2019-11-12 10:07:41 +01:00
Eric Teunis de Boone
b09cecff97
Initial Commit
2019-11-12 08:39:12 +01:00
Frank Filthaut
0bee7c5ead
initial commit
2019-10-30 09:02:41 +01:00