What is the difference between #include <filename> and #include "filename"? thumbnail
What is the difference between #include <filename> and #include "filename"?
stackoverflow.com
preprocessor searches in an implementation-defined manner, normally in directories pre-designated by the compiler/IDE header files for the C standard library typically includes same directory as the file containing the directive (unless an absolute path is given) refer to a header, which isn't neces
1 Users
0 Comments
23 Highlights
0 Notes

Top Highlights

  • preprocessor searches in an implementation-defined manner, normally in directories pre-designated by the compiler/IDE
  • header files for the C standard library
  • typically includes same directory as the file containing the directive (unless an absolute path is given)
  • refer to a header, which isn't necessarily a file
  • the implementation first looks for a file of the given name

Tags

C
Preprocessor directives
C++

Ready to highlight and find good content?

Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.