The files are float.h and limits.h. Are they somewhere in Xcode? When directions like these are given: /Developer/SDKs/<insert SDK here>/usr/include do I type them in somewhere or follow the directions one-by-one like a map?
The files are float.h and limits.h. Are they somewhere in Xcode? When directions like
Share
Do this:
Write
CHAR_MINinside a file that you opened using X-Code.Right-click on
CHAR_MINand selectJump to DefinitionRight-click on an empty space inside
limits.hand selectShow in FinderYou can do this to find the location of any file of this kind.
In my system
limits.his inside the X-Code folder.