Why is it like this?
The console.h file and the Console.cpp file are included in the main source Will it work if I connect it? Do you call this function?
coding
Is the source file with the main function and the Console.h and Console.cpp files in the same directory?
#include "someting"
If the target to include is specified as "", it will attempt to retrieve the file from the current project directory.
For your information, I am using c language
© 2024 OneMinuteCode. All rights reserved.