I am new to C ++ and trying to understand everything. I know that Linker associates an object file with any external files. Right? Does the linker bind preprocessors? or just additional files?
For example, in a simple Hello World program. Will the linker contact my Hello World program?
This is a good explanation.
Wikipedia in linkers
, , Hello World , , prinf, , . . , "" , , . , , . , , .
Linker .o. .o. .
1: : g++ -c relatedFile.cpp
Step 2: Link: g ++ -o proName relatObjFile.o (external library)
Source: https://habr.com/ru/post/1788629/More articles:How to stop scrolling UITableView header - iphoneUnicode Python works in version 2.6.1 on OSX, but not 2.6.5 on Ubuntu - pythonFast query in latin1, slow in utf8 - why? - performanceAsp.net MVC populate a list box using jQuery? - jsonConvert ú to u in javascript - javascriptHow to access array in Perl for Regex - perl"Access denied." error in IE8 using jQuery.ajaxForm () - jqueryConvert / Use API written for C # / Java with PHP - javaIt's still hard to use the RoR MVC approach - ruby | fooobar.comМожет ли git pre-commit hook добавить файл в репо? - gitAll Articles