DEV Community

Discussion on: How to use multiple files in C++

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

Afraid I don't have anything formal. I've kinda figured out Makefiles by experimentation and fragments of examples over the years.

If you want, you can take a look at MousePaw Media's documentation on our C/C++ build system, which combines CMake and Makefiles. The system is a bit unconventional, but it works extraordinarily well.

mousepawmedia.net/rmd/buildsystem/...

NOTE: The information on that link is a draft, and is subject to change.

Thread Thread
 
lilyyanglt profile image
Lily

Thank you for the reply Jason!! Really appreciated! I'll take a look at what you suggested :)