c++ Programming Glossary: promising
writing directly to std::string internal buffers http://stackoverflow.com/questions/1042940/writing-directly-to-stdstring-internal-buffers strlen stringToFillIn.c_str The one that looks most promising is stringToFillIn 0 but is that a correct way to do this given..
Start thread with member function http://stackoverflow.com/questions/10673585/start-thread-with-member-function ref . std thread foo std ref arg1 By doing this you are promising that you will take care of guaranteeing that the arguments will..
CSV parser in C++ http://stackoverflow.com/questions/1120140/csv-parser-in-c method is called. I found this article which looks quite promising http www.boost.org doc libs 1_35_0 libs spirit example fundamental..
light-weight C++ image library http://stackoverflow.com/questions/11816571/light-weight-c-image-library on SO based on it's size and feature set it looks very promising for what I need though FreeImage same as DevIL will take a look..
Best C/C++ Network Library [closed] http://stackoverflow.com/questions/118945/best-c-c-network-library
Multiple console windows from one Win32 console app http://stackoverflow.com/questions/12051496/multiple-console-windows-from-one-win32-console-app window from scratch. While from scratch seems the most promising it seemed to be dealing with those not using a robust IDE like..
Cross-platform crash handler http://stackoverflow.com/questions/1367110/cross-platform-crash-handler for a cross platform crash handler. Google Breakpad looks promising but it is sorely lacking any documentation and requires a reasonable..
what's the best stable editor & compiler for c++ with gui & under linux? http://stackoverflow.com/questions/164693/whats-the-best-stable-editor-compiler-for-c-with-gui-under-linux currently being rewritten for KDE4 KDevelop Blog . Looks promising. Then there are some others where i cannot tell you how they..
Fast pseudo random number generator for procedural content http://stackoverflow.com/questions/167735/fast-pseudo-random-number-generator-for-procedural-content than a PRNG. Googling 'fast hash function' yields several promising looking results. For example uint32_t hash uint32_t a a a ^..
std::locale breakage on MacOS 10.6 with LANG=en_US.UTF-8 http://stackoverflow.com/questions/1745045/stdlocale-breakage-on-macos-10-6-with-lang-en-us-utf-8 the generic model only supports the C locale. That's not promising. In fact if I do LANG C the runtime error goes away but any..
How to explain undefined behavior to know-it-all newbies? http://stackoverflow.com/questions/2235457/how-to-explain-undefined-behavior-to-know-it-all-newbies
Can I use Visual Studio 2010's C++ compiler with Visual Studio 2008's C++ Runtime Library? http://stackoverflow.com/questions/2484511/can-i-use-visual-studio-2010s-c-compiler-with-visual-studio-2008s-c-runtim improve this question Suma's solution looked pretty promising but it doesn't work the __imp__ @4 symbols need to be pointers..
Access C++ shared library from Java: JNI, JNA, CNI, or SWIG? http://stackoverflow.com/questions/3720563/access-c-shared-library-from-java-jni-jna-cni-or-swig methods. I've started playing with SWIG and it's looking promising. It's been fairly easy to use and automatically generates the..
Detecting signed overflow in C/C++ http://stackoverflow.com/questions/3944505/detecting-signed-overflow-in-c-c overflow has occurred abort return lhs rhs This seems more promising since we don't actually add the two integers together until..
Qt, MSVC, and /Zc:wchar_t- == I want to blow up the world http://stackoverflow.com/questions/4521252/qt-msvc-and-zcwchar-t-i-want-to-blow-up-the-world Unicode into 8 bytes and visa versa. UTF8 functions look promising but I really want to be sure that no data will be lost if someone..
Good tools for creating a C/C++ parser/analyzer http://stackoverflow.com/questions/526797/good-tools-for-creating-a-c-c-parser-analyzer and of course manipulating C C sources. . This looks promising but hasn't been updated since 2001. Apparently PUMA has been..
Have you used any of the C++ interpreters (not compilers)? http://stackoverflow.com/questions/69539/have-you-used-any-of-the-c-interpreters-not-compilers
Handle arbitrary length integers in C++ http://stackoverflow.com/questions/8146938/handle-arbitrary-length-integers-in-c from which errors might be derived ttmath seemed promising compiled some BIG example programs and ran after some fixes..
track C++ memory allocations http://stackoverflow.com/questions/910172/track-c-memory-allocations looks suitable however I'm on Windows. Memtrack looks promising but requires significant changes to the source code. My google..
A free tool to check C/C++ source code against a set of coding standards? [closed] http://stackoverflow.com/questions/93260/a-free-tool-to-check-c-c-source-code-against-a-set-of-coding-standards
|