A project

Write a program that reads in a phrase and encodes it with a reflection cipher.
  • The following might be useful
  • General plan
  • A link to rcipher.cpp, my implementation.