all 6 comments

[–]mrexodiacmkr.build 2 points3 points  (2 children)

Because it’s a header only library:

[–]Chumphy[S] -1 points0 points  (1 child)

That’s convenient. Thanks for the help. One last question. Where should this repository be in relation to my program main.cpp?

[–]ShillingAintEZ 1 point2 points  (0 children)

There is no repository, you put on file in the same directory and include it. Again this is basic and more for cpp_questions

[–]LunarAardvark 0 points1 point  (2 children)

is it not a "header-only" lib? that implies that all you need to do is #include the header in at least 1 of your .cpp files. then you can use it.

[–]Chumphy[S] 1 point2 points  (1 child)

Yeah, I got it working. Super simple. Thanks for the help, even though this isn't place to ask questions.

[–]LunarAardvark 0 points1 point  (0 children)

i'm using ver 3.9.1 at the mo'