sercantutar / infint

Arbitrary-Precision Integer Arithmetic
http://sercantutar.github.io/infint/
199 stars 48 forks source link

use infint with a class #26

Open sedikmogadorma opened 3 years ago

sedikmogadorma commented 3 years ago

hi,

thank you for this source code, i am trying to use infint with a class, but its not working, please help me to solve this problem.

regards maht.zip

azureskydiver commented 3 years ago

The issue is not with the class. It's with your C++ syntax. In some places you don't have the appropriate parenthesis to invoke your functions. In other places your declared function signature does not match your function definition. Please follow up by posting your relevant code in the the thread you started in Dream.In.Code.

I recommend this bug be closed as by-design since the problem is not with the class implemented here.