| c++ Programming Glossary: leaningWhat is a good random number generator for a game? http://stackoverflow.com/questions/1046714/what-is-a-good-random-number-generator-for-a-game  why I put speed as the top consideration. Edit 3 I'm leaning toward the Marsaglia RNGs now but I'd still like more input... 
 Building a Mac and Windows GUI Application http://stackoverflow.com/questions/11026541/building-a-mac-and-windows-gui-application  summary while the context is further below. Questions I am leaning toward using Python for the ease of programming. Is this the.. 
 After C++ - Python or Java? [closed] http://stackoverflow.com/questions/136977/after-c-python-or-java  have pretty much narrowed down to Python and Java. I'm leaning towards Python because of its relationship to C but with Java.. 
 Passing data between C++ (MFC) app and C# http://stackoverflow.com/questions/184777/passing-data-between-c-mfc-app-and-c-sharp  or something like Windows Sockets. At this stage we are leaning towards Named Pipes but would really appreciate other advice.. 
 Are function-local typedefs visible inside C++0x lambdas? http://stackoverflow.com/questions/2122282/are-function-local-typedefs-visible-inside-c0x-lambdas  or just a bug in the compiler From the results above I'm leaning towards bug. Though the crash is definitely a bug. For now I.. 
 Advantages of Antlr (versus say, lex/yacc/bison) [closed] http://stackoverflow.com/questions/212900/advantages-of-antlr-versus-say-lex-yacc-bison  for multiple registers and unnecessary spilling a left leaning tree can be collapsed whereas a right leaning tree cannot ... a left leaning tree can be collapsed whereas a right leaning tree cannot . In terms of personal taste I think that LALR grammars.. 
 Where is a file mounted? http://stackoverflow.com/questions/2337139/where-is-a-file-mounted  the mount table which is a substring of my file name. I'm leaning towards the first option but before I code it all up I want.. 
 Finite State Machine parser http://stackoverflow.com/questions/3085070/finite-state-machine-parser  get ugly later and the second is the exact opposite. I'm leaning to the first for its simplicity. enum example and class example.. 
 Integer division rounding with negatives in C++ http://stackoverflow.com/questions/319880/integer-division-rounding-with-negatives-in-c  dependent yes even case 2 but the committee is leaning toward making it always 'round toward zero.' Does anyone know.. 
 C++ Builder or Visual Studio for native C++ development? http://stackoverflow.com/questions/437416/c-builder-or-visual-studio-for-native-c-development  they are the most recent versions or not. Right now I'm leaning towards C Builder because I believe the VCL is much more robust.. 
 Debugging embedded Lua http://stackoverflow.com/questions/780448/debugging-embedded-lua  in to the game engine using the lua debug API calls. I am leaning toward writing my own debug console but it seems like a lot.. 
 Circular lock-free buffer http://stackoverflow.com/questions/871234/circular-lock-free-buffer  system worthless or worth a lot less. The design idea I'm leaning toward is a semi lock free circular buffer where the producer.. 
 |