Share your errors and how you got the solutIon? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

15th Jan 2019, 10:21 AM
R💠🇮🇳
R💠🇮🇳 - avatar
11 Answers
+ 13
Thank you friends Last Order ,Zarthan .
15th Jan 2019, 1:40 PM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 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.
15th Jan 2019, 12:24 PM
ZΛRTHΛИ
ZΛRTHΛИ - avatar
+ 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.
15th Jan 2019, 11:21 AM
Misaka
Misaka - avatar
+ 9
There is no fun in programming without errors Same applies to our lives..
15th Jan 2019, 2:20 PM
Coding Niffler
Coding Niffler - avatar
+ 9
That's true Pro Coder 😇
15th Jan 2019, 2:52 PM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 8
zhartan Heheh, sorry i am typo , thanks to tell me
15th Jan 2019, 12:19 PM
Misaka
Misaka - avatar
+ 8
Pro Coder 😇 yeah , error gives a lot of experience
15th Jan 2019, 3:45 PM
Misaka
Misaka - avatar
+ 8
Thank you Geovanny Martínez Forero sharing your problem and with a solution.
16th Jan 2019, 6:44 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 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.
15th Jan 2019, 7:14 PM
Geovanny Martínez Forero
Geovanny Martínez Forero - avatar
+ 6
Pro Coder 😇 That's really true :D
2nd Mar 2019, 7:06 AM
Shahil Ahmed
Shahil Ahmed - avatar
+ 5
Last Order you mean 'stack' overflow 😅
15th Jan 2019, 12:17 PM
ZΛRTHΛИ
ZΛRTHΛИ - avatar