What are the debugging methods you use when came across a problem?
Answer / 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 |
You run a shell on unix system. How would you tell which shell are you running?
How do I tokenize a string in c++?
Is swift a good first language?
How is static data member similar to a global variable?
Define basic type of variable used for a different condition in C++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
How long it will take to learn c++?
What is the difference between public and private data members?
What is the purpose of the "delete" operator?
Define vptr.