Time Calculator

 This is a time calculator made in C which is used to calculate, add or subtract time.

It currently supports only 24-hour clock and the support for 12-hour and time calculations from file are planned but depends if I stay invested in this little project.

 the file structure of this program :

Time Calculator/src/

    main.c # this is the main C file

    timec.h # this contains the definitions and implementations of the functions used in main.c

    timef.h # this files contains the functions used for operation on file

 Total lines of code :

           ---------------------------------------------------------------------------------------------------
            Language                     files          blank        comment           code
           ---------------------------------------------------------------------------------------------------
            C/C++ Header                     2             41             24                    334

            C                                            1              4               6                     46



Comments

Popular posts from this blog

Time Calculator/src/timef.h (Time Calculator)

Time Calculator/src/timec.h (Time Calculator)