Re: invalid operands to binary?
Re: invalid operands to binary?
- Subject: Re: invalid operands to binary?
- From: David Reed <email@hidden>
- Date: Fri, 14 May 2004 13:56:37 -0400
Well, yes you are missing something... total is declared as a pointer.
On Friday, May 14, 2004, at 12:50 US/Eastern, email@hidden wrote:
why does this:
unsigned long long *total;
unsigned long long totalFileSizeK = total/1024;
give me this:
invalid operands to binary /
is there something easy i'm missing here?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.