| c++ Programming Glossary: imaginationShould I return std::strings? http://stackoverflow.com/questions/1032243/should-i-return-stdstrings  that it's a micro optimization that only exists in your imagination. It took many years to get a good string abstraction into C.. 
 fork() branches more than expected? http://stackoverflow.com/questions/11132868/fork-branches-more-than-expected  this question   The fork primitive often stretches the imagination. Until you get a feel for it you should trace out on paper what.. 
 Any reason to overload global new and delete? http://stackoverflow.com/questions/1152511/any-reason-to-overload-global-new-and-delete  types of info you can gather here are only limited by your imagination and performance of course . We use global overloads because.. 
 C++ GDB Python Pretty Printing Tutorial? http://stackoverflow.com/questions/12574253/c-gdb-python-pretty-printing-tutorial  however they are far from complete and leave much to the imagination For instance I'd love to be able to create a PrettyPrinter for.. 
 May I treat a 2D array as a contiguous 1D array? http://stackoverflow.com/questions/7269099/may-i-treat-a-2d-array-as-a-contiguous-1d-array  contiguity requirements of arrays don't leave much to the imagination in terms of how to layout a multidimensional arrays this has.. 
 Prefix search in a radix tree/patricia trie http://stackoverflow.com/questions/794601/prefix-search-in-a-radix-tree-patricia-trie  if I build a radix tree from these words illness imaginary imagination imagine imitation immediate immediately immense in I will get.. 
 Are there any specific reasons to use non-virtual destructors? http://stackoverflow.com/questions/8697866/are-there-any-specific-reasons-to-use-non-virtual-destructors  requires newing the instance which is just sheer lack of imagination class Base public virtual void foo const 0 protected ~Base class.. 
 |