/directory-analyzer

IT-Academy ( Task3 )

Primary LanguageC++

I want to have an application that counts blank lines, comment lines, and physical lines of source code written in C/C++.

So that I can have some internal statistic of the project.

Acceptance Criteria:

  1. There are should be a way to specify project root folder.
  2. Only files with *.h, *.hpp, *.c, *.cpp extensions are processed from all subfolders.
  3. The output should contain the total number of processed files, count of blank lines, count of comment lines, count of lines with code and time of execution.
  4. The results should also be saved in file.