Hi I have a C++ project with several executable and lots of code.
Each executable is equivalent to a single brick in my algorithms chain but common parameters are needed by different executables. I would like to store these params but how to do this properly.
Thanks.
Hi I have a C++ project with several executable and lots of code. Each
Share
Some possibilities for you to consider:
It’s hard to provide more specific guidance without knowing more.