Reply to thread

In my application, I use many c library functions. And the main source file is a .cpp file. what are the things I need to consider these type of approach? the application works fine but I want to make sure to avoid re-declaration of same include files.


View the full article


Back
Top