Namespace std not recognized in public API.h for shared libraryIts fine if you want to do it, was just a suggestion in case the unix builds were adding to your dif...
Namespace std not recognized in public API.h for shared libraryforward declaration is a thing in c++ and it uses to tell the compiler that "this will exist, I prom...
Namespace std not recognized in public API.h for shared librarysimply understanding the error messages in c++ is also, unfortunately, a learning curve as they are ...
Segmentation fault (core dumped)No. The map will be killed when your process exits, but that is not ideal unless your program is li...
Strange arithmetic conversionsthis is one of the reasons I try to avoid size-changing types like 'long' which is often just 'int' ...