Can we generate a C++ source code from the binary file?
Answer Posted / brainless
Microsoft's "managed c++" code maybe supports this feature.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is oops in c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Write about the role of c++ in the tradeoff of safety vs. Usability?
Write a code/algo to find the frequency of each element in an array?
Is c better than c++?
What is a modifier in c++?
Which field is used in c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Which programming language is best to learn first?
Differentiate between the message and method in c++?
Define 'std'.
What kind of jobs can I get with c++?
What are abstract data types in c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Show the declaration for a static member variable.