From 76c7b4bce5c7b01a33addd6950ad0d778c6d63df Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Mon, 12 Nov 2018 11:34:35 -0500 Subject: [PATCH] Added warning because this is not a stable class yet --- BigInt.hpp | 3 +++ 1 file changed, 3 insertions(+) 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