Share your errors and how you got the solutIon? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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