What does compilation error mean? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What does compilation error mean?

I'm trying to code a game through c++ and it keeps popping up with compilation error.

17th Mar 2017, 6:11 PM
Zachary John
Zachary John - avatar
3 Antworten
0
Means you write your code syntactically wrong. Check the error messages and correct rhem.
17th Mar 2017, 6:15 PM
hdo
hdo - avatar
0
You did something wrong, really take time to see whats going on, and that might help, or you can try to re-run it.
17th Mar 2017, 6:57 PM
WakeCode
WakeCode - avatar
0
It is syntactic errors which are detected by compiler during compilation. You MUST rectify it to run the code.
17th Mar 2017, 8:23 PM
Saidmamad Gulomshoev
Saidmamad Gulomshoev - avatar