Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Mohit Sharma
On Sun, Jan 12, 2014 at 12:39 PM, Jerry Krinock je...@ieee.org wrote: Automatic synthesis of Objective-C property accessors was introduced several years ago. I forget and cannot find what are the prerequisites for this. Is it 64 vs. 32 bit build? the SDK version? llvm 4.0 which comes

Re: What am I looking for in the documentation?

2013-05-09 Thread Mohit Sharma
You might want to look at sprintf http://linux.die.net/man/3/sprintf. sprintf(text, %f, fv) should work just fine. On Sat, May 4, 2013 at 4:20 PM, YT y...@redwoodcontent.com wrote: I have need to turn a local float value into a char array. That is, The Quartz 2D graphics function requires