Re: Question about headers
Re: Question about headers
- Subject: Re: Question about headers
- From: Howard Hinnant <email@hidden>
- Date: Sun, 23 Apr 2006 22:47:16 -0400
On Apr 23, 2006, at 9:22 PM, Michael wrote:
I have spent a few hours trying to figure this out...so may I ask
the group.
When one "includes" for example
#include <limits.h>
in a "Standard tool" app, where exactly is the file "limits.h?". A
search in terminal reveals many.
I am looking for the file contain that contains all the symbolic
constants for integers and floats.
You can do a "preprocess" in Xcode (look under the Build menu) of
your source that includes <limits.h>. In the preprocess you will
find the full path of the <limits.h> you are including. You can then
easily open that header with Xcode's "Open Quickly" command under the
File menu.
-Howard
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden