27068b0381
made work: get/set at index in list
Odweta2023-12-25 02:05:26 +01:00
b00858c9be
made work: removeAtIndex(x);
Odweta2023-12-25 01:34:00 +01:00
c5ffbb9e89
umm... I seem to have broken lists of vectors and vectors kinda all together, so just don't use them, lists seem to be working fine..., use those instead
Odweta2023-12-25 01:12:24 +01:00
a52cdc0c7f
made work: multi-dimensional lists
Odweta2023-12-25 01:05:42 +01:00
7233f8c8af
made work: inserting a value in a list at a given index
Odweta2023-12-24 12:55:56 +01:00
342ad58b51
made work: line numbers in files with the correct indentation level (tested on a > 1000 lines file)
Odweta2023-12-24 12:44:13 +01:00
490a7cc973
made work: copy a file, move a file, check if a file exists, delete a file
Odweta2023-12-23 19:51:54 +01:00
29e1815e5b
made a better list demo
Odweta2023-12-23 18:37:49 +01:00
0c68944a1d
added writing capacilities to files and made the appropriate changes to the filedemo.c file
Odweta2023-12-23 18:28:58 +01:00
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
Odweta2023-12-22 19:04:08 +01:00