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 |
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What is overloading unary operator?
What is the average salary of a c++ programmer?
Write about the access privileges in c++ and also mention about its default access level?
What are static member functions?
What is a binary file? List the merits and demerits of the binary file usagein C++.
In what situations do you have to use initialization list rather than assignment in constructors?
List the merits and demerits of declaring a nested class in C++?
What is virtual destructors? Why they are used?
Can I learn c++ as my first language?
why is c++ called oops? Explain
What is endl c++?