"Include" error in ex15.4.5.6
Author: remyhuang03Created Jan 8, 2023Updated Jan 8, 2023
In file bulk_quote.h
The code on line 3 should be #include "quote.h" instead of #include <quote.h>
Source: Mooophy/Cpp-Primer
In file bulk_quote.h
The code on line 3 should be #include "quote.h" instead of #include <quote.h>
Source: Mooophy/Cpp-Primer