Add MathEngineTest and Commects and clean ups

This commit is contained in:
2018-08-18 20:50:06 -04:00
parent bd3c111fa1
commit a815367c9d
52 changed files with 386 additions and 144 deletions
@@ -75,9 +75,9 @@ namespace UtilityEngine {
operator std::string () const; /// c++ string class
private:
/// Variables
char* mp_str = nullptr;
size_t m_len = 0;
};/// END CLASS DEFINITION cString
}/// END NAMESPACE DEFINITION UtilityEngine
/// function overloads