0
What does compilation error mean?
I'm trying to code a game through c++ and it keeps popping up with compilation error.
3 odpowiedzi
0
Means you write your code syntactically wrong. Check the error messages and correct rhem.
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.
0
It is syntactic errors which are detected by compiler during compilation. You MUST rectify it to run the code.