Welcome to Dream.In.Code
Become a C++ Expert!

Join 137,208 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 2,286 people online right now. Registration is fast and FREE... Join Now!




C++ project setting

 
Reply to this topicStart new topic

C++ project setting

turtleC++
2 Jun, 2008 - 12:55 PM
Post #1

D.I.C Head
**

Joined: 7 May, 2008
Posts: 57

In the Project Setting under C/C++ tab, Category Preprocessor, then Addtional include directories: ..\..\include..\..\..\include

what does it mean by adding "..\..\include..\..\..\include" ?
User is offlineProfile CardPM
+Quote Post

djkitt
RE: C++ Project Setting
2 Jun, 2008 - 09:40 PM
Post #2

D.I.C Head
**

Joined: 22 May, 2008
Posts: 128



Thanked: 13 times
My Contributions

At a guess I would say that first there should be some sort of delimiter between the two include folders ( like a semicolon, maybe?)

"..\..\include;..\..\..\include"

As to what it means...

The first is the path to an include directory located two directories above. The second include directory would be located three directories above (the project directory maybe?)

c:\dir1\dir2\dir3\proj
c:\dir1\dir2\include \* ..\..\include *\
c:\dir1\include \* ..\..\..\include *\

User is online!Profile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/4/08 01:02PM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month