Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we generate a C++ source code from the binary file?

Answers were Sorted based on User's Feedback



Can we generate a C++ source code from the binary file?..

Answer / brainless

Microsoft's "managed c++" code maybe supports this feature.

Is This Answer Correct ?    2 Yes 0 No

Can we generate a C++ source code from the binary file?..

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

Post New Answer

More C++ General Interview Questions

What is capacity in vector in c++?

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


what are the iterator and generic algorithms.

0 Answers  


What do you mean by persistent and non persistent objects?

1 Answers  


What is the header file for setw?

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


Please explain class & object in c++?

0 Answers  


write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


Is c++ platform dependent?

0 Answers  


Is there anything you can do in C++ that you cannot do in C?

1 Answers  


What is virtual destructors? Why they are used?

1 Answers  


What is a wchar_t in c++?

0 Answers  


Categories