Commit Graph
16 Commits
Author SHA1 Message Date
Odweta f9e820efbc fixed some errors 2024-02-06 22:04:47 +01:00
Odweta e40b61a21b refactoring done, small bugfixes included, vectors and lists of non-primitive types are not working though 2024-02-05 00:16:25 +01:00
Odweta 8832a2a4aa a wrapper around strings 2024-02-04 18:51:42 +01:00
Odweta f1444de526 made work: count the number of words in a file_t* 2023-12-26 09:50:18 +01:00
Odweta 27068b0381 made work: get/set at index in list 2023-12-25 02:05:26 +01:00
Odweta b00858c9be made work: removeAtIndex(x); 2023-12-25 01:34:00 +01:00
Odweta a52cdc0c7f made work: multi-dimensional lists 2023-12-25 01:05:42 +01:00
Odweta 7233f8c8af made work: inserting a value in a list at a given index 2023-12-24 12:55:56 +01:00
Odweta 342ad58b51 made work: line numbers in files with the correct indentation level (tested on a > 1000 lines file) 2023-12-24 12:44:13 +01:00
Odweta 490a7cc973 made work: copy a file, move a file, check if a file exists, delete a file 2023-12-23 19:51:54 +01:00
Odweta 0c68944a1d added writing capacilities to files and made the appropriate changes to the filedemo.c file 2023-12-23 18:28:58 +01:00
Odweta b9c93116bc made examples/demos for vectors && files && lists | also fixed a bug with the vector and list size and popping, explained in the adjacent comment 2023-12-22 19:04:08 +01:00
Odweta 45732c4b22 made popping with lists work. yay! (also new demo to show the thing) 2023-12-22 14:27:07 +01:00
Odweta ea527405e5 initial list.h commit 2023-12-22 00:39:17 +01:00
Odweta 784fd0d35d new demo 2023-12-21 13:31:10 +01:00
Odweta 7fb1267224 initial commit 2023-12-07 20:03:18 +01:00