cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
including files that are not in the same
including files that are not in the same folder
Apr 27, 2010 at 8:18am UTC
mirauta
(12)
I want to use some functions I created in a class for another project.
I knew one way to do it (not elegant at all) is to copy the file in the current folder and then use #include.
Is there a better way?
Thanks,
Apr 27, 2010 at 10:14am UTC
Bazzy
(6281)
#include "directory/of/your/file.h"
Topic archived. No new replies allowed.