How can you handle each error appeared while coding (show the solution)?
Hello gokhanyildirim99,
That would depend on the code and the error message.
Some error messages can be explained, but first you have to show the error message, the actual error message, not what you think it means.
It is usually best to start with the first error and fix it then recompile to see what is left.
Sometimes 1 error can generate several others.
Andy