cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
where is the path for header files for m
where is the path for header files for mac xcode?
May 27, 2013 at 4:09pm UTC
codeback99
(57)
I want to include turboc.h file for some project
where do i have to add this file for mac xcode?
May 27, 2013 at 4:12pm UTC
MiiNiPaa
(8886)
where is the path for header files
Usually you can specify search path to include files in IDE preferencies.
Also project folder is in path by default. So you can place that file besides your other .h (or .cpp) files
Topic archived. No new replies allowed.