Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
(Incorrect program name) |
No edit summary |
||
Line 43: | Line 43: | ||
|make | |make | ||
|result= | |result= | ||
nvc++ -c -o main.o main.cpp | |||
nvc++ main.o -o cg.x | |||
}} | }} | ||
Line 106: | Line 101: | ||
}} | }} | ||
<translate> | <translate> | ||
== Compiler Feedback == <!--T:16--> | == Compiler Feedback == <!--T:16--> | ||
Before working on the routine, we need to understand what the compiler is actually doing by asking ourselves the following questions: | Before working on the routine, we need to understand what the compiler is actually doing by asking ourselves the following questions: |