Intial Contributor: Gianluca Chiozzi

Add Software Development / C++ FAQ Article


TitleCreatorModified
Logging (from threads not managed by ACS) does not work. What am I doing wrong?Tomas StaigMay 13, 2020
When I start GDB with a core file, GDB does not load any symbols and/or cannot tell me where the core was dumped. What is wrong?Tomas StaigMay 13, 2020
What are the maximum and minimum values of native numeric types?Tomas StaigMay 13, 2020
Why does my CPP program abort if an unexpeted exception is thrown? Is it not possible to catch it?Tomas StaigMay 13, 2020
What are the possible template types for DevIOs?Tomas StaigMay 13, 2020
Why is the SourceObject field always "GlobalLogger" when I log a Completion or Exception?Tomas StaigMay 13, 2020
I want to try to find memory leaks in my application. How would I use valgrind?Tomas StaigMay 13, 2020
I am setting an OK Completion in an asynchronous call, but the action thread reports an error. What is going on?Tomas StaigMay 13, 2020
Why is [the linker | the library loader at runtime] complaining about an undefined symbol which I declared as static member of one of my classes?Tomas StaigMay 13, 2020
What is the C++ size in the mapping for CORBA types?Tomas StaigMay 13, 2020
How do I change the name GlobalLogger or StaticMethodLogger within C++ logs?Tomas StaigMay 13, 2020
Is it safe to return a 'const char *' from a local std::string?Tomas StaigMay 13, 2020

  • No labels