#include <stdio.h>
#include <stdlib.h>
int main(int argc, char** argv)
{
printf("__GNUC__: 0x%08x\n", __GNUC__);
return EXIT_SUCCESS;
}
Tuesday, February 10, 2009
Subscribe to:
Post Comments (Atom)
"'Skegging it out' - a North Yorkshire term meaning 'making the best of what information you have at the time'." - Imperfect C++, Matthew Wilson, Addison-Wesley, 2004
So, this blog is just a place to record miscellaneous HOW-TOs, for the edification of anyone who might need it (which will undoubtedly include me later, when I've jettisoned the knowledge to make room for something more profound).
No comments:
Post a Comment