+ 25
Share your errors and how you got the solutIon?
In coding if you got any error and solution share with us.It is helpful for all of us.
11 odpowiedzi
+ 13
Thank you friends Last Order ,Zarthan .
+ 11
There is several type about error:
Syntax errors: Errors that occur when you violate the rules of writing C/C++ syntax are known as syntax errors.
Solution: read error message from compiler
Run-time Errors : Errors which occur during program execution(run-time) after successful compilation are called run-time errors.
Solution: Try to use debuggers to find the problem, i'm really recommended it because it may save you a lot.
Linker Errors: These error occurs when after compilation we link the different object files with main’s object. These are errors generated when the executable of the program cannot be generated.
Solution: This one can be tricky, First make sure you know how the linker work, after that try to find and solve the problem.
+ 9
I Always got error when coding, but i always see a line of error , if i dont know how to solved it , just looking for on internet or search on stack overflow(that website is good enough), if error isn't resolved yet just ask in forum.
+ 9
There is no fun in programming without errors
Same applies to our lives..
+ 9
That's true Pro Coder 😇
+ 8
zhartan Heheh, sorry i am typo , thanks to tell me
+ 8
Pro Coder 😇 yeah , error gives a lot of experience
+ 8
Thank you Geovanny Martínez Forero sharing your problem and with a solution.
+ 6
When you are facing several challenges writing your codes, it is when you learn the most! 😉
For example, yesterday I was struggling with some emojis.
Problem: I couldn't print the key caps characters 0 to 10. And I also got different outputs trying in different platforms and devices with several emojis.
Solution: I had to search for a while and made sure which were the correct code points for use in C language 'cause at the beginning I was using the wrong Unicode code points. I also had to discard several emojis due to implementation problems.
+ 6
Pro Coder 😇 That's really true :D
+ 5
Last Order you mean 'stack' overflow 😅