I have a main.cpp file which uses a header file printfunction.h . when i compile(build using sublime by pressing ctr+ b) main.cpp the error comes “printfunction.h no such file or directory”. how do i make the main class work??
Compiling .cpp with .h header file together
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.
The link you mentioned was not the thing I was referring to …i wanted to know why cant i access a custom created .h file and the thread talks about the standard python.h file.