I\'m going through exercises of a C++ book. For each exercise I want to minimize the boilerplate code I have to write. I\'ve set up my project a certain way but it doesn\'t seem
Make a master include file containing the names of all the headers you want.
It's a really bad idea to include *, even if you could.