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 |
Which is the best c++ compiler for beginners?
What is the first name of c++?
How do you write a function that can reverse a linked-list?
What is the difference between while and do while loop?
How do you differentiate between overloading the prefix and postfix increments?
What are the important differences between c++ and java?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What are the uses of c++ in the real world?
What does count ++ do in c++?
What are the advantages of early binding?
What is array in c++ pdf?
What is the difference between static global and global ?