Hey,
I have seen some code examples were people include there own files, e.g
#include <myFile.h>
do i just have to save a file called myFile.cpp?
and if so can i declare a function in myFile and then use it in untitled1 without declaring it just including myFile. Thanks.