node ninja
node ninja

Reputation: 33026

Where are these includes set in Eclipse?

In the Project Explorer window in Eclipse, I can see some files listed as included. Here's a screenshot.

enter image description here

Where are these includes set?

Upvotes: 0

Views: 66

Answers (1)

Daniel Fischer
Daniel Fischer

Reputation: 183958

Looks like you're looking at the include directories which contain the standard headers. They would've been part of the eclipse install and some configuration variable would tell eclipse where to find them when you include one of them in any of your code or header files.

Upvotes: 1

Related Questions