Importing integers

Marc Glisse marc.glisse at normalesup.org
Fri Feb 6 04:49:05 CET 2009


On Wed, 4 Feb 2009, Jernej Makovsek wrote:

> size_t mpz_inp_raw(t,file);

I missed it the first time, but why would you write size_t here? You might 
want to look for a C programming book, course or tutorial, see:
http://c-faq.com/resources/

By the way, you did see that mpz_inp_raw expects to read a size before the 
actual number, right? And what is wrong with using mpz_import?

-- 
Marc Glisse


More information about the gmp-discuss mailing list