Profiler in projects?
Answers were Sorted based on User's Feedback
Profiler is an utility which is used to find the
optimization inputs in running the application.
in Unix, gprof and gcov will serve the purpose. for more
details please google it..
| Is This Answer Correct ? | 2 Yes | 0 No |
Describe linked list using C++ with an example.
Difference between class and structure.
What is public, protected, private in c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
structure contains int, char, float how it behaves for big endian and little endian?
How would you call C functions from C++ and vice versa?
How do you define/declare constants in c++?
What is exception handling in C++?
What is the basic structure of a c++ program?
What are the popular tools used to detect memory leaks in c++
How to avoid changing constant values?
Is it possible for a member function to use delete this?