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 |
Is there any function that can skip certain number of characters present in the input stream?
What is class invariant?
How do you print a string on the printer?
what is pre-processor in C++?
Why preincrement operator is faster than postincrement?
Explain mutable storage class specifier.
What is the difference between C and CPP?
How compile and run c++ program in turbo c++?
Explain the difference between realloc() and free() in 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 maximum number of concurrent threads that the InnoDB plug-in can create
How does a copy constructor differs from an overloaded assignment operator?
What is constant in c++ with example?