Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameetasadullah/reverse-string-using-execlp
A simple C++ program to reverse the given string using execlp system call
https://github.com/sameetasadullah/reverse-string-using-execlp
command-line-arguments cpp execlp fork linux reverse-string ubuntu
Last synced: about 1 month ago
JSON representation
A simple C++ program to reverse the given string using execlp system call
- Host: GitHub
- URL: https://github.com/sameetasadullah/reverse-string-using-execlp
- Owner: SameetAsadullah
- Created: 2022-08-08T00:29:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T01:44:07.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:47:07.764Z (almost 2 years ago)
- Topics: command-line-arguments, cpp, execlp, fork, linux, reverse-string, ubuntu
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reverse String Using Execlp
### Description
A simple `C++ Program` to reverse the given string using `Execlp System Call`.### Manual
1) Use the following commands to `Compile the Code`:
```
g++ reverseString.cpp -o reverseString
```
```
g++ main.cpp
```2) Use the following command to `Run the Code`:
```
./a.out
```
### Working Screenshot