Mooophy / Cpp-Primer

C++ Primer 5 answers
Creative Commons Zero v1.0 Universal
8.11k stars 3k forks source link

"Include" error in ex15.4.5.6 #823

Open remyhuang03 opened 1 year ago

remyhuang03 commented 1 year ago

In file bulk_quote.h

The code on line 3 should be #include "quote.h" instead of #include <quote.h>