is there any resource whichhelps in bug solving?
Hoot! You just asked your first question! Hang tight while I find people to answer it for you. You can thank people who give you good answers by clicking the 'Good Answer' button on the right!
what does you mean bug?please give us more info about environment,programming langugae etc...
ok i will be back soon thank u for quick response
@subhash_chidgumpi:sure
Hi Subhash, the bug could be logical bug or syntactical. It is easy to solve syntactical bug (For this you need to refer the language manual or development environment manual. however for logical bug, you need to refer to the use cases, requirement specifications and finally the user. Hope this helps
For logical errors, Hit a debugger. One of the most popular debugger for C and C++ in gdb . Similarly make yourself accustomed to a nice IDE. For C and C++ i stick with emacs, in which most of your requirements can be tweaked easily.
Join our real-time social learning platform and learn together with your friends!