1
General (but related to Code::Blocks) / Re: what happens when we press build (more extensive and readable/clear build log)
« Last post by wecid18 on Today at 11:01:46 am »Converts source code (.cpp, .c) into object code (.o, .obj). This procedure verifies syntax mistakes and produces machine code. Integrates object files and libraries to produce an executable. It reconciles references among several object files.