https://github.com/sameetasadullah/count-and-display-command-line-arguments
A simple C++ program to count and display command line arguments
https://github.com/sameetasadullah/count-and-display-command-line-arguments
command-line-arguments cpp linux ubuntu
Last synced: about 1 month ago
JSON representation
A simple C++ program to count and display command line arguments
- Host: GitHub
- URL: https://github.com/sameetasadullah/count-and-display-command-line-arguments
- Owner: SameetAsadullah
- Created: 2022-08-08T00:18:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T01:43:58.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T02:14:49.443Z (over 1 year ago)
- Topics: command-line-arguments, cpp, linux, ubuntu
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Count and Display Command Line Arguments
### Description
A simple `C++ Program` to count and display `Command Line Arguments`.
### Manual
1) Use the following command to `Compile the Code`:
```
g++ main.cpp
```
2) Use the following command to `Run the Code`:
```
./a.out
```
### Working Screenshot