c++ Programming Glossary: investigated
Portable C++ build system http://stackoverflow.com/questions/3349956/portable-c-build-system and Boost.Jam . SCons can be also an option but I haven't investigated it yet. CMake and Boost.Jam seem to have the following traits..
Name mangling problems when using GNU linker to link to VC++ compiled library http://stackoverflow.com/questions/3535327/name-mangling-problems-when-using-gnu-linker-to-link-to-vc-compiled-library it's worth. However there is one avenue that I haven't investigated here. We have a cmake file that supposedly can build to unix.....
memory leak detecting in C++ with/without Visual Leak Detector http://stackoverflow.com/questions/3564582/memory-leak-detecting-in-c-with-without-visual-leak-detector c visual c memory leaks share improve this question I investigated quite some different ways of tracking memory leaks. They all..
placement new + array +alignment http://stackoverflow.com/questions/4011577/placement-new-array-alignment can someone tell me why the values differ thanks edit ok i investigated the issue further and got more confusing results int size sizeof..
Fast string splitting with multiple delimiters http://stackoverflow.com/questions/5505965/fast-string-splitting-with-multiple-delimiters with multiple delimiters Hi StackOverflow community I investigated some time here on StackOverflow to find good algorithms to split..
std::vector, default construction, C++11 and breaking changes http://stackoverflow.com/questions/5759232/stdvector-default-construction-c11-and-breaking-changes breaking change between C 03 and C 11. Has this issue been investigated Solved PS Please no comments about the default constructor of.. breaking change between C 03 and C 11. Has this issue been investigated Solved Yes as your example demonstrates this is indeed a breaking..
CRTP: Compiler dependent issue with Expression Template http://stackoverflow.com/questions/9738975/crtp-compiler-dependent-issue-with-expression-template exact behavior as with the example I provided. Edit I have investigated the issue further and it seems that compiling with Intel icpc..
What's the best hashing algorithm to use on a stl string when using hash_map? http://stackoverflow.com/questions/98153/whats-the-best-hashing-algorithm-to-use-on-a-stl-string-when-using-hash-map Microsoft Research on some hashtable implementations. He investigated a number of string hashing functions on a variety of datasets..
|