can anyone tell me how to achieve this?
its the first time i use gmp, i cant really understand what i should use and how
lets say we have
x1= 5*100;
x2=10*10;
can anyone show me the code that adds those numbers and prints the result?
thanks
can anyone tell me how to achieve this?
its the first time i use gmp, i cant really understand what i should use and how
lets say we have
x1= 5*100;
x2=10*10;
can anyone show me the code that adds those numbers and prints the result?
thanks
First create an integer type (of the GNU MP library), and then have a look at this:
http://web.mit.edu/gnu/doc/html/gmp_4.html#SEC11
i ve actually read all the stuff out there, but really cant understand how to do that, if you send me an example i might get it
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.