Re: variable initialization / I'm a n00b
- From: John Smith <JSmith@xxxxxxxx>
- Date: Wed, 31 Jan 2007 19:45:49 GMT
Eric Sosman wrote:
John Smith wrote On 01/31/07 13:42,:
rjtucke wrote:
Hi all- this is my first post here- just a quick question:
#include <math.h>
double foo = cosh(0.621);
int main() {
return 0;
}
fails with
error: initializer element is not constant
In addition to telling me what I'm doing wrong, could you please refer
me to an appropriate reference for related questions? I've been doing
my reading (open net + safari bookshelf), but I don't know where to
look. Even if I have to (sigh) buy a book, I would appreciate your
pointers.
Thanks and regards,
Ross
"K&R" is "The C Programming Language" by Brian Kernighan & Dennis Ritchie. Ritchie is the inventor of C and this is the definitive
s/this is/this was/
book on the language. If you are already familiar with programming in general, it's a good place to start learning C. If not, there are books better oriented to beginners.
K&R ceased to be the definitive work on C some seventeen
and a half years ago. Still, it's better reading than the
more recent definitive works.
Oh, all right. s/definitive/classic. Does C90 have an ISBN? :-)
.
- References:
- variable initialization / I'm a n00b
- From: rjtucke
- Re: variable initialization / I'm a n00b
- From: John Smith
- Re: variable initialization / I'm a n00b
- From: Eric Sosman
- variable initialization / I'm a n00b
- Prev by Date: Re: OT: Google's latest dungheap
- Next by Date: Re: OT - Re: Google's latest dungheap
- Previous by thread: Re: variable initialization / I'm a n00b
- Next by thread: Re: variable initialization / I'm a n00b
- Index(es):
Relevant Pages
|