Skip to content

CL107/Canalyse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

░█████╗░░█████╗░███╗░░██╗░█████╗░██╗░░░░░██╗░░░██╗░██████╗███████╗ ██╔══██╗██╔══██╗████╗░██║██╔══██╗██║░░░░░╚██╗░██╔╝██╔════╝██╔════╝ ██║░░╚═╝███████║██╔██╗██║███████║██║░░░░░░╚████╔╝░╚█████╗░█████╗░░ ██║░░██╗██╔══██║██║╚████║██╔══██║██║░░░░░░░╚██╔╝░░░╚═══██╗██╔══╝░░ ╚█████╔╝██║░░██║██║░╚███║██║░░██║███████╗░░░██║░░░██████╔╝███████╗ ░╚════╝░╚═╝░░╚═╝╚═╝░░╚══╝╚═╝░░╚═╝╚══════╝░░░╚═╝░░░╚═════╝░╚══════╝

1st Year - Programming Fundamentals CW

This program is intended to let you analyse a '.c' file (or any readable file type) and output relevant data e.g.:

  1. Line Counter
  2. Character Counter
  3. Lines of code counter
  4. Remove comments from code
  5. Function counter
  6. Check for balanced brackets

Usage

Building from source:

  • Use command "nmake canalyse" to build the program in "Developer Command Promt for VS 2022"

Cleanup:

  • Use command "nmake clean" to clear any generated files

About

1st Year - Programming Fundamentals CW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published