Is it possible to get the source code back from binary file?
The code is probably written in C++ which is essentially impossible to decompile to the original source code. Unless you want to spend years reading assembly code, its very unlikely you can get the original code.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of classes are there in c++?
Define vptr.
How static variables and local variablesare similar and dissimilar?
Is c++ the best programming language?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What are special characters c++?
Define macro.
Is turbo c++ free?
What is array in c++ pdf?
What is one dimensional array in c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is vector processing?