c++ Programming Glossary: fantastic
Is C++ worth investing time in learning? [closed] http://stackoverflow.com/questions/1151894/is-c-worth-investing-time-in-learning but XNA is too tied into Windows and Microsoft. OGRE looks fantastic to me but it's a C library. I have a basic knowledge of C but..
Pretty-print C++ STL containers http://stackoverflow.com/questions/4850473/pretty-print-c-stl-containers After raising this problem again on Channel 9 I got a fantastic answer from Sven Groot which combined with a bit of SFINAE type..
C++ Dynamic Shared Library on Linux http://stackoverflow.com/questions/496664/c-dynamic-shared-library-on-linux getters and setters would be fine and deletion would be fantastic. A link or a reference to some open source code that illustrates..
Why doesn't C++ support functions returning arrays? http://stackoverflow.com/questions/5157439/why-doesnt-c-support-functions-returning-arrays the original OOPL during his PhD work and thought it was fantastic conceptually but he noticed that it performed rather terribly...
Some clarification needed about synchronous versus asynchronous asio operations http://stackoverflow.com/questions/5282659/some-clarification-needed-about-synchronous-versus-asynchronous-asio-operations this question The Boost.Asio documentation really does a fantastic job explaining the two concepts. As Ralf mentioned Chris also..
What does T&& (double ampersand) mean in C++11? http://stackoverflow.com/questions/5481539/what-does-t-double-ampersand-mean-in-c11 http www.artima.com cppsource rvalue.html . Here's a fantastic in depth look at rvalue references by one of Microsoft's standard..
What is the best way to learn C++ if I have a bit of other programming experience? http://stackoverflow.com/questions/554847/what-is-the-best-way-to-learn-c-if-i-have-a-bit-of-other-programming-experienc c share improve this question Bjarne's book is fantastic especially for C syntax but the one book that will really make..
Are there alternatives to polymorphism in C++? http://stackoverflow.com/questions/584544/are-there-alternatives-to-polymorphism-in-c calls as hinted at here. A speedup of even 2.5x would be fantastic. The classes in question are simple and can be coded completely..
Best C++ IDE for *nix [closed] http://stackoverflow.com/questions/79210/best-c-ide-for-nix only bloodshed dev c was released under linux. That is a fantastic but windows only program. You could always run it under Wine..
|