mercredi 13 juillet 2016

What is the difference between #include <filename> and #include "filename"?


In the C and C++ programming languages, what is the difference between using angle brackets and using quotes in an include statement, as follows?

  1. #include <filename>
  2. #include "filename"

Aucun commentaire:

Enregistrer un commentaire