What's the difference between...?

Q

What's the difference between #include <> and #include "" ?

✍: Guest

A

The <> syntax is typically used with Standard or system-supplied headers, while "" is typically used for a program's own header files.

2016-02-16, 1162👍, 0💬