| c++ Programming Glossary: inclinedStarting Graphics & Games Programming (Java and maybe C++) http://stackoverflow.com/questions/155672/starting-graphics-games-programming-java-and-maybe-c  and 3D games using Java and C for those who are that way inclined. I've never really programmed a game before let alone graphics.. 
 Coding Standards / Coding Best practices in C++ http://stackoverflow.com/questions/1709562/coding-standards-coding-best-practices-in-c  nice book which deals with this. But I guess that book is inclined towards Java. UPDATE I have purposefully used do while 0 loop.. 
 How to analyze program running time http://stackoverflow.com/questions/18194577/how-to-analyze-program-running-time  you need to find. More on all that. For the statistically inclined here's how it works. There are good profilers. The best are.. 
 C++ Pointer in Function http://stackoverflow.com/questions/2367202/c-pointer-in-function  is annoying but is there a correct way I am typically more inclined to use the first one as the second looks more like it's being.. 
 C++/Win32: How to wait for a pending delete to complete? http://stackoverflow.com/questions/3764072/c-win32-how-to-wait-for-a-pending-delete-to-complete  in a background thread. Edit #2 If Hans is right and I'm inclined to believe his analysis then moving might not really help because.. 
 In regards to for(), why use i++ rather than ++i? http://stackoverflow.com/questions/3875437/in-regards-to-for-why-use-i-rather-than-i  at what point and why did i become more fashionable I'm inclined to believe azheglov It's a pedagogic thing and since most of.. 
 Another bug in g++/Clang? [C++ Templates are fun] http://stackoverflow.com/questions/4420828/another-bug-in-g-clang-c-templates-are-fun  ambiguous typename Derived Base double d OK One might be inclined to conclude from this that the intent is that you could leave.. 
 Portable lightweight C++ sockets wrapper http://stackoverflow.com/questions/4472175/portable-lightweight-c-sockets-wrapper  systems. Once you've learned wrap it yourself if you're so inclined. Then you can control exactly how lightweight you want it. .. 
 C , C++ unsynchronized threads returning a strange result http://stackoverflow.com/questions/4912467/c-c-unsynchronized-threads-returning-a-strange-result 
 ReadFile() says it failed, but the error code is ERROR_SUCCESS http://stackoverflow.com/questions/5685090/readfile-says-it-failed-but-the-error-code-is-error-success  is ERROR_SUCCESS . The number of bytes read is 0 so I'm inclined to think that indeed something has gone wrong but that error.. 
 C++ STL: Which method of iteration over a STL container is better? http://stackoverflow.com/questions/716762/c-stl-which-method-of-iteration-over-a-stl-container-is-better  what appears all over the place in any source code. So I'm inclined to pick Method 1 which seems to reduce visual clutter and code.. 
 Why is the new operator allowed to return *void to every pointer-type? http://stackoverflow.com/questions/8962467/why-is-the-new-operator-allowed-to-return-void-to-every-pointer-type  built in delete forms. You can roll your own if you are so inclined but I refuse to talk about any of this while being sober.  share.. 
 |