Skip to content

Latest commit

 

History

History
110 lines (54 loc) · 2.41 KB

README.md

File metadata and controls

110 lines (54 loc) · 2.41 KB

Collections

A Collections of books, actually just a simple practice program for different basics

Im still working on this program currently


What is the program doing

This program allows you to make a collections of books and it can be modified after that,


Reminders:

Handling of missing files:

  1. missing txt files, you can remake a collection in the exe
  2. missing index files, you need to make a new inx file but input the last index number of your collection

bugs

A.

When you put a num to index manually, your index start from the number you entered

B.

when input price with a number but a character after it, it cannot finds out

C.

When your input is over 100 characters, program might error


Download link !!

https://bit.ly/3DjFDWE


Targets

  1. Run in window not terminal (Full program restructed)
  2. Records processing (search, delete, change etc)
  3. Delete functions will split, for easier way for deleting bunch of files
  4. Turnning all strings to dynamic to fix bug C

Log(Small bugs)

3/3/2022 : Pausing the system for the program to show messages (Which is apparentely a bad practice to do ;) )

4/3/2022 :

Solve major bug, option 3 can now delete inx file

program won't close without message when create new collections

5/3/2022 :

Solve major bugs, Numeric validation is done

Remove choosing other option(File dupicated) cause program end

7/3/2022:

Solve major bugs, A folder will be created in the same directory for more info check for the release : https://bit.ly/3vLCahS

Minor bugs: Choice validate completed, for more info see upper

Release link

1.0:

https://github.com/ChrisKeyber/Collections/releases/tag/v1.0

1.1:

https://bit.ly/3vLCahS

1.2

https://github.com/ChrisKeyber/Collections/releases/tag/v1.2