In C++ I have a file A.cpp that has the following in it:
namespace Foo {
bool Bar()
{
return true;
}
}
How would I declare this function in A.h? How do I handle the namespace?
namespace Foo {
bool Bar();
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With