I'm learning C++ from Eckel's text, and one of exercises asks to create assembly language for a struct in C and C++ to see how they differ and to see the name decoration that C++ does.
Perhaps I'm googling the wrong words ("compile C into assembly"), but I can't figure out how to do this.
Any suggestions?
http://stackoverflow.com/questions/137038/how-do-you-get-assembler-output-from-c-c-source-in-gcc
"gcc asm output" was the search string...