Linux C / C ++ Development

The first is to write code proficiency in vim which, in fact, no hints and auto-completion, this problem is not big

Then it is compiled, first cd to the project folder, and then use a compiler command to compile

First, compile

Compile: the current source code compiled into binary object files (.obj files)

Link (link): .obj files generated .lib library files and other documents linked to produce an executable file

Guess you like

Origin www.cnblogs.com/BobHuang/p/11257708.html