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


Please Help Members By Posting Answers For Below Questions

How would you use qsort() function to sort an array of structures?

726


What is virtual methods?

663


How do I run c++?

580


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.

2256


Is c++ an oop?

598






When should we use container classes instead of arrays?

586


What is c++ best used for?

569


What is function overloading c++?

574


Can char be a number c++?

601


What do you mean by volatile and mutable keywords used in c++?

587


Do inline functions improve performance?

652


What is the full form of dos?

573


Can user-defined object be declared as static data member of another class?

561


What is a storage class?

649


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2073