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 empty stack c++?
What does iomanip mean in c++?
What is setiosflags c++?
What is a pdb file?
What is class syntax c++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
which operator is used for performing an exponential operation a) > b) ^ c) none
Does c++ support multilevel and multiple inheritances?
What is the disadvantage of using a macro?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is namespace & why it is used in c++?
What is static function and static class?