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 |
Program to check whether a word is a sub-string or not of a string typed
what are Operators and explain with an example?
What is the purpose of templates in c++?
What is type of 'this' pointer?
What are the stages in the development cycle?
Can c++ do everything c can?
What is binary object model?
How do you save a c++ program?
Define a conversion constructor?
Explain all the C++ concepts using examples.
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Differences between private, protected and public and give examples.