implementation file I've got several static helper functions. to keep it clean I've thought I could create a private header in a different folder and keep these functions there. but I'm not entirely sure how this should be done. I mean, should I create a separate library and add it to my project privately? what are the best ways to do this? I'm not sure what to search on google, so even helpful documentation pages are welcome
What i saw in other projects is: just declare and implement the private class in .cpp file along with implementation of regular class or create a private header file that's not distributed
Обсуждают сегодня