diff --git a/BigInt.hpp b/BigInt.hpp index 515e0a3..e5737ef 100644 --- a/BigInt.hpp +++ b/BigInt.hpp @@ -4,6 +4,9 @@ //Modified: 11-4-18 //This class uses a vector of ints to make a larger int +///THIS CLASS IS CURRENTLY STILL IN TESTING!!! +///It can only handle addint and multiplying possitive numbers right now + #include #include