Where are some collections of useful code fragments and examples?
Bob Stout’s popular “SNIPPETS” collection is available from ftp.brokersys.com in directory pub/snippets or on the web at http://www.brokersys.com/snippets/. Lars Wirzenius’s “publib” library is available from ftp.funet.fi in directory pub/languages/C/Publib/. See also questions 14.12, 18.9, 18.9b, 18.13, and 18.16. comp.lang.c FAQ list · Question 18.15d Q: I need code for performing multiple precision arithmetic. A: Some popular packages are the “quad” functions within the BSD Unix libc sources (ftp.uu.net, /systems/unix/bsd-sources/…/src/lib/libc/quad/*), the GNU MP library “libmp”, the MIRACL package (see http://indigo.ie/~mscott/), the “calc” program by David Bell and Landon Curt Noll, and the old Unix libmp.a. See also questions 14.12 and 18.16. References: Schumacher, ed., Software Solutions in C Sec. 17 pp. 343-454 comp.lang.c FAQ list · Question 18.16 Q: Where and how can I get copies of all these freely distributable programs? A: As the number of available programs,