I'm getting the folowing error for below code, "1506-221 (S) Initializer must be a valid constant expression"
FILE *fp[] = {stdout, dump_f};
is this acceptable? what is the proper way to achive this?
|
|
|
|
|
|
|
The error suggests that on your system the Actually, as others have suggested, it's probably just that Regardless of which, the solution should be the same - I'd try something like:
|
|||
|
|
|
If that is a global, then C does not support initializing it with a function call. If MSN |
||
|
|
|
|
More than likely, If I have this code:
You would receive an error at the indicated line because the value of
|
||
|
|
|
|
Classically, most Unix systems used to define A few years ago, now, the GNU C Library changed its definition of |
||
|