• 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
Re: variable weirdness
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: variable weirdness


  • Subject: Re: variable weirdness
  • From: Scott Ribe <email@hidden>
  • Date: Sat, 11 Feb 2006 08:42:58 -0700
  • Thread-topic: variable weirdness

> main()
> {
> double my_a[13];
>
> my_a[1]=109789.99;
> etc..
>
> spec_calc_pred(my_a[1],my_a[2],.....);
>
> }

Any chance you have:
    my_a[1]=
    ...
    my_a[13]=

Instead of:
    my_a[0]=
    ...
    my_a[12]=

???

--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: variable weirdness
      • From: Cameron Hayne <email@hidden>
References: 
 >Re: variable weirdness (From: Erik Grumstrup <email@hidden>)

  • Prev by Date: Fwd: external declares
  • Next by Date: What's happened to included headers in Movies.h?
  • Previous by thread: Re: variable weirdness
  • Next by thread: Re: variable weirdness
  • Index(es):
    • Date
    • Thread