c++ Programming Glossary: slides
How to match unicode characters with boost::spirit? http://stackoverflow.com/questions/10474571/how-to-match-unicode-characters-with-boostspirit
C++ Cross Platform Dynamic Libraries; Linux and Windows http://stackoverflow.com/questions/1235165/c-cross-platform-dynamic-libraries-linux-and-windows on DLLs and Libtool and Alexandre Duret Lutz's PowerPoint slides . As others have mentioned CMake is also an option but I can't..
C++ OpenMP Parallel For Loop - Alternatives to std::vector [closed] http://stackoverflow.com/questions/18669296/c-openmp-parallel-for-loop-alternatives-to-stdvector thread safe way even when reallocation happens. EDIT 1 The slides 46 and 47 of the following Intel presentation give an illustrative..
Fast implementation of trigonometric functions for c++ http://stackoverflow.com/questions/5777110/fast-implementation-of-trigonometric-functions-for-c share improve this question Here are some good slides on how to do power series approximations NOT Taylor series though..
any C/C++ refactoring tool based on libclang? (even simplest “toy example” ) [closed] http://stackoverflow.com/questions/7969109/any-c-c-refactoring-tool-based-on-libclang-even-simplest-toy-example and modifications check out video presentation and slides . Do you know of any C C refactoring tool based on libclang..
C++ iterators considered harmful? http://stackoverflow.com/questions/838721/c-iterators-considered-harmful he had a better solution. I tried to read the presentation slides but I could not get much out of them. Are iterators bad Is his..
Comprehensive vector vs linked list benchmark for randomized insertions/deletions http://stackoverflow.com/questions/9764452/comprehensive-vector-vs-linked-list-benchmark-for-randomized-insertions-deletion real world performance. Note This question was inspired by slides 45 and 46 of Bjarne Stroustrup's presentation at Going Native..
|