variable initialization / I'm a n00b
- From: "rjtucke" <rjtucke@xxxxxxxxx>
- Date: 31 Jan 2007 09:17:49 -0800
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
.
- Follow-Ups:
- Re: variable initialization / I'm a n00b
- From: John Smith
- Re: variable initialization / I'm a n00b
- From: Richard Bos
- Re: variable initialization / I'm a n00b
- Prev by Date: Re: fseek and open_memstream
- Next by Date: Re: How to reduce Zero Initialised region.
- Previous by thread: fseek and open_memstream
- Next by thread: Re: variable initialization / I'm a n00b
- Index(es):
Relevant Pages
|