|
|
|
|
|
by tedunangst
5460 days ago
|
|
I was definitely not expecting an article about useful GCC options to mention -trigraphs. The -ansi option isn't particularly useful either, imo, since just about every interesting program is going to do something crazy like open a network socket or list the files in a directory. By far the most useful gcc extension wasn't mentioned at all. typeof(). |
|