Skip to content

richardcavell/reverse-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reverse-cpp
Richard Cavell
(c) 2017

reverse-cpp is a program to read the standard input and print its reverse
to the standard output. It is written in the C++14 dialect of standard C++.
It uses no libraries outside of standard C++.

The primary purpose of this project is to allow a comparison with the
reverse-c project. That is all. Please do not use this code. You should use
it to learn the programming technique and then apply it on your own.

Richard Cavell

About

A C++ program (in C++14 dialect) that reads standard input and prints the reverse to standard output (in development, don't use it yet)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published