Intial Contributor: Gianluca Chiozzi
Add Software Development / C++ FAQ Article
Title | Creator | Modified |
---|
Logging (from threads not managed by ACS) does not work. What am I doing wrong? | Tomas Staig | May 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 Staig | May 13, 2020 | |
What are the maximum and minimum values of native numeric types? | Tomas Staig | May 13, 2020 | |
Why does my CPP program abort if an unexpeted exception is thrown? Is it not possible to catch it? | Tomas Staig | May 13, 2020 | |
What are the possible template types for DevIOs? | Tomas Staig | May 13, 2020 | |
Why is the SourceObject field always "GlobalLogger" when I log a Completion or Exception? | Tomas Staig | May 13, 2020 | |
I want to try to find memory leaks in my application. How would I use valgrind? | Tomas Staig | May 13, 2020 | |
I am setting an OK Completion in an asynchronous call, but the action thread reports an error. What is going on? | Tomas Staig | May 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 Staig | May 13, 2020 | |
What is the C++ size in the mapping for CORBA types? | Tomas Staig | May 13, 2020 | |
How do I change the name GlobalLogger or StaticMethodLogger within C++ logs? | Tomas Staig | May 13, 2020 | |
Is it safe to return a 'const char *' from a local std::string? | Tomas Staig | May 13, 2020 | |