Back to Browse

C++ Tutorial 12: Header Files Explained

58.1K views
Oct 16, 2012
15:25

Today we'll look a little at adding extra files to your project. This helps navigation around larger projects but also lets you write some code once and include it in other projects. Some of the stuff we'll do here won't make a lot of sense until we've looked at classes and objects (like why did I include the "volume.h" file in my "volume.cpp"). FaceBook: https://www.facebook.com/pages/WhatsaCreel/16773295666543

Download

0 formats

No download links available.

C++ Tutorial 12: Header Files Explained | NatokHD