Login Page - Create Account

Support Board


Date/Time: Sat, 27 Jul 2024 01:28:42 +0000



Post From: fatal error: defs.cpp: No such file or directory

[2023-08-19 14:37:04]
User431178 - Posts: 460
Create a header file, defs.h, that has the declarations for the functions in defs.cpp.
Then #include "defs.h" (not #include "defs.cpp").

https://www.learncpp.com/cpp-tutorial/header-files/