On 2014-03-14 20:51:08 +0000, "monarch_dodra" <monarchdo...@gmail.com> said:

I hate code "commented out" in an "#if 0" with a passion. Just... Why?

Better this:


#if 0
...
#else
...
#endif


than this:


/*
...
/*/
...
//*/


--
Michel Fortin
michel.for...@michelf.ca
http://michelf.ca

Reply via email to