Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where are some collections of useful code fragments and examples?

0
Posted

Where are some collections of useful code fragments and examples?

0

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,

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123