with google .
I'm doing some libraries using templates, let's call it myLib, so when I saved it to a file I name it as "myLib.h"
So when I import it, I can do it in the next way:
import <myLib.h>
And it works! But... I want to just call it like <vector> does.
When I save it as "myLib" only and I try to import it using:
import <myLib>
I get errors because the compiler can't find the file but when I use "myLib.h" it does
Anyone got this problem before?
cause the filename is mylib.h and not mylib
I renamed it
Обсуждают сегодня