Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1019 Bytes

File metadata and controls

21 lines (15 loc) · 1019 Bytes

C Schedule Project

Description

This project was made to learn the basics of programming in C, this is a first release and may exist a lot of bugs but I am happy with the work. The project is actually functional and you can use it for personal purposes.

Next implementations

Mi idea is to improve the errors control in relation to the max size of some buffers.

[EXAMPLE] If one wants to save a very large description and writes over the max size of the variable, the program allows you to do it (attending to the possible consecuences)

To Add confirm buttons to avoid missclicks

If one clicks the delete button of any element, that information is over.

Add notifications

How to use it ?

Go to the sources folder and open the GUI_main.exe from your file browser or terminal.

Explanation of the code and the process of making it

This information can be found on the branch GUI_analized_dev/notes (IMPORTANT: it is highly recommended to open this notes through https://obsidian.md/)