c++
-
i've a code. the code cant be compile. what i can to do this problem. what the step would be i step?
-
i've a code. the code cant be compile. what i can to do this problem. what the step would be i step?
Read the error message. It contains the source file name and line number where the error occured. If not, it is probably a linker error. Try to understand the error message. Read the documentation for the error message. Search the net for the error message. Compiler error: Inspect the reported line and the previous ones (some errors are sourced by invalid statements in previous lines but detected later). If you have multiple error messages, start with the first (subsequent errors may be sourced by previous ones). If you still not get it solved, ask here (or in other forums) providing the complete error message and related code. If necessary add additional information (e.g. about variables used by the code, used compiler, platform).