Can we generate a C++ source code from the binary file?
Answers were Sorted based on User's Feedback
Answer / brainless
Microsoft's "managed c++" code maybe supports this feature.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dipak
It can possible, there are so many de-compilers avaliable
now to do this job.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the role of static keyword for a class member variable?
Name some pure object oriented languages?
Differentiate between an inspector and a mutator ?
What is vectorial capacity?
What is code reusability in c++?
How do I use arrays in c++?
Does c++ support exception handling?
What is a class template in c++?
Explain pass by value and pass by reference.
What do you mean by delegate? Can a user retain delegates?
what kind of projects are suitable for c and c++
Define virtual constructor.