Re: why does this not work?
Re: why does this not work?
- Subject: Re: why does this not work?
- From: Gregory Weston <email@hidden>
- Date: Thu, 2 Feb 2006 07:29:20 -0500
On Feb 2, 2006, at 7:20 AM, Nils Holland wrote:
struct expskill
{
long skillvalue;
long skillreqs;
long skillNeeded; // WAS bool
long skillexclude; // WAS bool
char skillname[80];
bool whyDoesThisParameterNotWork;
} myarmor[8], myweapon[25], mymagic[5], mysurvival[15], mylore[13],
myinstruments[5], swap;
Because the data type "bool" doesn't exist in C?
It has for about 6 years, now. But it might help the OP to #include
<stdbool.h>.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden