░█████╗░░█████╗░███╗░░██╗░█████╗░██╗░░░░░██╗░░░██╗░██████╗███████╗ ██╔══██╗██╔══██╗████╗░██║██╔══██╗██║░░░░░╚██╗░██╔╝██╔════╝██╔════╝ ██║░░╚═╝███████║██╔██╗██║███████║██║░░░░░░╚████╔╝░╚█████╗░█████╗░░ ██║░░██╗██╔══██║██║╚████║██╔══██║██║░░░░░░░╚██╔╝░░░╚═══██╗██╔══╝░░ ╚█████╔╝██║░░██║██║░╚███║██║░░██║███████╗░░░██║░░░██████╔╝███████╗ ░╚════╝░╚═╝░░╚═╝╚═╝░░╚══╝╚═╝░░╚═╝╚══════╝░░░╚═╝░░░╚═════╝░╚══════╝
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.:
- Line Counter
- Character Counter
- Lines of code counter
- Remove comments from code
- Function counter
- 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