https://github.com/naemazam/c-syntax-tracker
This program will read another ( .cpp ) file and gives a complete information about the code in that file
https://github.com/naemazam/c-syntax-tracker
cplusplus naemazam syntax-tracker
Last synced: 7 months ago
JSON representation
This program will read another ( .cpp ) file and gives a complete information about the code in that file
- Host: GitHub
- URL: https://github.com/naemazam/c-syntax-tracker
- Owner: naemazam
- License: mit
- Created: 2021-12-05T12:31:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T12:37:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T14:10:14.931Z (9 months ago)
- Topics: cplusplus, naemazam, syntax-tracker
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C-Syntax-Tracker
This program will read another ( .cpp ) file and gives a complete information about the code in that file. For example: number of int, floats, char etc variable used, displays if there is any error in code in terms of brackets, how many function are used etc.
To run this program make sure to have “test program1.cpp” file in your respective folder. This useful program can be used by every C/C++ programmers to check their program’s code in short period of time. Whole project is designed in ‘C’ Programming language.