Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

Programming • How to read and write Huge files with GMP ? I need great processing of data in files as binary

$
0
0
gmp_fscanf() and gmp_fprintf() read and write ASCII, i.e. text files.
Standard C library can read and write huge binary file e.g. by fread() and fwrite().
What kind are those data and what do you want to do with them?
P.S.
mpz_inp_raw() & mpz_out_raw() can read and write huge integers in portable binary format.

Statistics: Posted by ruwolf — 2024-06-22 09:06 — Replies 1 — Views 34



Viewing all articles
Browse latest Browse all 3560

Trending Articles