Looking through your excellent intepretation of the BigInteger Class for C++. I actually wrote a computer prog for Microsoft Visual Studio 2008, using long long variables and wanted to extend variables to take up to 1024 bits, that is changing them from long long to BigInteger. Now I have your code, and I would like to know how to integrate that into my program files.
I have looked through your past blogs for directives, but can’t find any, at least not yet. would be great if you could be of help.
Hi AbuM,
Looking through your excellent intepretation of the BigInteger Class for C++. I actually wrote a computer prog for Microsoft Visual Studio 2008, using long long variables and wanted to extend variables to take up to 1024 bits, that is changing them from long long to BigInteger. Now I have your code, and I would like to know how to integrate that into my program files.
I have looked through your past blogs for directives, but can’t find any, at least not yet. would be great if you could be of help.
So long