Refractoring code and adding memory management

This commit is contained in:
Flueric
2017-06-20 18:33:38 -05:00
parent e38f10e759
commit d82b286ec9
13 changed files with 135 additions and 1796 deletions
-6
View File
@@ -1,11 +1,5 @@
#include"Cryption.h"
Cryption::Cryption()
{ }
Cryption::~Cryption()
{ }
Cryption::Cryption(const std::string& message)
{ this->message = message; }