include

N

Nobody

when we use "include",what is the different between "" and <>?

The details are implementation specific, but generally "" looks in the the
source directory in addition to the system header directories, while <>
only looks in the system directories.

In general, you should use "" for headers which are part of your project
and <> for headers which are part of the target platform.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top