A) Phases of compilation:
1) compiler,
Process of compilation ,
2) linker, linking, preprocessor, preprocessing, assembler, assembling,
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
library(.a/.so (Linux), .lib/.dll - Windows),
static-library (.a, .lib),
dynamic-library(.so, .dll),
name-mangling
G++:
shared-object-file, --save-tempsVC++:
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.