• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
why does this not work?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

why does this not work?


  • Subject: why does this not work?
  • From: Robert Dell <email@hidden>
  • Date: Thu, 02 Feb 2006 06:43:11 -0500

i'm converting one of my data structures to c from objective-c in order to use it in a web cgi program (new command-line tool).

the problem is having boolean values inside a structure, the compiler goes nuts.

#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <pwd.h>
#include <string.h>
#include <time.h>

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;

_______________________________________________
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


  • Follow-Ups:
    • Re: why does this not work?
      • From: Andy Armstrong <email@hidden>
    • Re: why does this not work?
      • From: Nils Holland <email@hidden>
  • Prev by Date: QTKit and shoutcast streams
  • Next by Date: Re: why does this not work?
  • Previous by thread: QTKit and shoutcast streams
  • Next by thread: Re: why does this not work?
  • Index(es):
    • Date
    • Thread