#Where to put the header files
6 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
#ifndef HEADER_FILE
#define HEADER_FILE
#define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <string>
// ....
#endif
the header guards should be the first thing in the file
Okay, thanks
@gentle igloo Has your question been resolved? If so, type !solved :)
!solved