What are the debugging methods you use when came across a problem?
Answer Posted / nakul kumar
Debugging with tools like :
GDB, DBG, Forte, Visual Studio.
Analyzing the Core dump.
Using tusc to trace the last system call before crash.
Putting Debug statements in the program source code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #include sstream?
Write about the various sections of the executable image?
What are the steps in the development cycle?
Write a program which uses functions like strcmp(), strcpy()? etc
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is a driver program?
Explain the volatile and mutable keywords.
What is c++ code?
What are the uses of typedef in a program?
What is virtual base class?
What are the implicit member functions of class?
Who calls main function?
What is the difference between a template and a macro?
What is the use of endl in c++?