Re: Unarchiving Problem Solved
Re: Unarchiving Problem Solved
- Subject: Re: Unarchiving Problem Solved
- From: Brock Brandenberg <email@hidden>
- Date: Sun, 30 Mar 2003 12:06:45 -0600
Hi Craig.
>
I thought I could use the standard "d" for encodeValueOfObjCType, like
>
on page 217 of learning Cocoa there is an example that uses a float
>
with "f". I mean "d" - integer is a standard for C, right?
No. Look up "Type Encodings" in your Objective C book. Obj-C type encodings
are not the same as the type specifiers in printf/scanf formatting strings,
and any similarities are pretty much just coincidental.
Brock Brandenberg
----- industrial design @ www.bergdesign.com ------
_______________________________________________
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.