Wednesday, December 1, 2010

STUB: TechTalk: C++ : What happens during compilation?

A) Phases of compilation:
1) compiler,
Process of compilation ,
2) linker, linking, preprocessor, preprocessing, assembler, assembling,

B) Different types of Outputs
1) object-file (.o/.obj),
library(.a/.so (Linux), .lib/.dll - Windows),
static-library (.a, .lib),
dynamic-library(.so, .dll),
name-mangling

G++:
shared-object-file, --save-temps

VC++:
release/debug,
multi/single threaded,
dll,
importlibrary,
.defs file,
export/import symbols

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.