0
votes
What kind of prefix do you use for member variables?
For my own projects I use _ as a postfix (as Martin York noted above, _ as a prefix is reserver by the C/C++ standard for compiler implementations) and i when working on …
5
votes
Best open XML parser for C++
TiCPP is a "more c++" version of TinyXML.
'TiCPP' is short for the official name TinyXML++. It is a completely ne …
-1
votes
What is the most hard to understand piece of C++ code you know?
I vote for some black-magic-hackerish template metaprogramming (unfortunately don't have any on hand to post it).
…
