1
0
Fork 0
Commit Graph

53 Commits

Author SHA1 Message Date
Eric Teunis de Boone 3c197c647d Commit all PDFs belonging to this course 2021-11-03 15:09:33 +01:00
Eric Teunis de Boone 69ea1f7005 Ex4.3: Optional Substring 2020-07-09 23:47:59 +02:00
Eric Teunis de Boone c6e48cf47c Ex10: Successfull pyBind11 2020-07-09 22:52:04 +02:00
Eric Teunis de Boone c5f7489717 Ex10: CPP code working 2020-07-09 21:22:39 +02:00
Eric Teunis de Boone 5fbca6ec01 Ex10: almost able to compile 2020-07-09 18:09:10 +02:00
Eric Teunis de Boone 70f6134222 Ex9 feedback: missed the fourth assignment 2020-07-09 17:46:23 +02:00
Eric Teunis de Boone 6d63474276 Ex8.* feedback: syntactic sugar 2020-07-09 17:07:15 +02:00
Eric Teunis de Boone 815e771d7d Ex8.1 feedback: emphasize uniqueness within set in comment 2020-07-09 17:00:57 +02:00
Eric Teunis de Boone 83318d7e73 Ex7.4 feedback: change _s pointer to member attribute 2020-07-09 16:58:05 +02:00
Eric Teunis de Boone f0ec419a8a Ex7.3 feedback: missed conclusion 2020-07-09 16:45:01 +02:00
Eric Teunis de Boone 599b73b216 Ex10: initial header files 2020-07-08 16:56:24 +02:00
Eric Teunis de Boone 817e492ef0 Ex6.3 feedback: Remove Dynamic Allocation in Stack 2020-07-01 19:18:47 +02:00
Eric Teunis de Boone 5ac86eccb3 Ex6.2 feedback: forgot to copy _default in Array copy ctor. 2020-07-01 17:47:24 +02:00
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 2c33d4246c Ex4.2 feedback: fix const_cast implementation for CaloGrid::cell() 2020-07-01 16:56:00 +02:00
Eric Teunis de Boone c79e9e4af7 Ex4.2 feedback: setup Calorimeter class 2020-07-01 16:29:22 +02:00
Eric Teunis de Boone 9ea32ed1c0 Ex4.3 feedback: declare global String operator+() in header file 2020-07-01 15:11:48 +02:00
Eric Teunis de Boone ff96644889 Ex4.1 feedback: copy member objects in the correct way in copy constructor 2020-07-01 14:34:41 +02:00
Eric Teunis de Boone bf04d5a4b2 Ex2.2 feedback: explicit definition for `int,double` and `double,int` signatures for `min` function 2020-07-01 14:11:07 +02:00
Eric Teunis de Boone 52d1f4e4e9 Ex4.2 feedback: CaloGrid::cell() return pointer instead of object 2020-06-30 14:00:21 +02:00
Eric Teunis de Boone 83bf4e34dc Ex4.2 feedback: CaloCell return type 2020-06-30 13:58:41 +02:00
Eric Teunis de Boone f5524b020c Ex4.1 feedback: Copy constructors of dependency objects were not called when copying Telephone 2020-06-30 12:57:01 +02:00
Eric Teunis de Boone 95ddbf5bde Ex2.5 feedback: Show how a multidimensional array is stored in-memory 2020-06-30 11:29:50 +02:00
Eric Teunis de Boone 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
Eric Teunis de Boone c49a9f3e5b Ex2.1: feedback: mixed up pointers and references 2020-06-30 10:29:44 +02:00
Eric Teunis de Boone 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