-----Original Message----- From: Christopher Sawtell [mailto:[EMAIL PROTECTED] Sent: Tuesday, 9 January 2007 10:38 a.m. To: [email protected] Subject: Re: C problem
On Tuesday 09 January 2007 09:21, David Merrick wrote: > Another small problem with C. My C compiler dosen't sqrt(expression). > It gives "undefined reference to sqrt" error however it accept > sqrt(9), Any suggestions? #include <math.h> ftp://ftp-svr.eng.cam.ac.uk/pub/misc/sawtell_C.shar to extract:- sh sawtell_C.shar Thousands of people have told me they found it useful. You might too. -- CS As a recommendation I found it extremely useful as an aid when Chris deigned to teach C to me many moons ago... Brat.
