An open API service indexing awesome lists of open source software.

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

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