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 |
Is there any problem with the following: char *a=NULL; char& p = *a;?
What is a terminating character in c++?
What is #include iostream in c++?
What is capacity in vector in c++?
Why c++ is the best language?
What is size of a object of following class? class Foo { public: void foo(){} }
What is the limitation of cin while taking input for character array?
What is encapsulation in c++ with example?
What do you mean by pure virtual functions in C++? Give an example?
How long it will take to learn c++?
What is scope operator in c++?
WHAT IS THE ABREVATION OF FORTRAN?