• 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: Help with simple C program
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with simple C program


  • Subject: Re: Help with simple C program
  • From: Fritz Anderson <email@hidden>
  • Date: Sat, 4 Sep 2004 18:46:06 -0500

On 4 Sep 2004, at 5:54 PM, Isaac Rivera wrote:

c == getc(in);

This is the naked test for whether getc(in) equals c. It does not change c. You mean


	c = getc(in);

	-- F
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


References: 
 >Run Log message (From: Dick Roberts <email@hidden>)
 >Help with simple C program (From: Isaac Rivera <email@hidden>)

  • Prev by Date: Help with simple C program
  • Next by Date: Re: CodeWarrior to XCode
  • Previous by thread: Help with simple C program
  • Next by thread: Re: CodeWarrior to XCode
  • Index(es):
    • Date
    • Thread