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 a vector c++?
Define friend function.
What does std :: flush do?
How can you specify a class in C++?
Name the operators that cannot be overloaded in C++?
What is c++ library?
Is it possible to get the source code back from binary file?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
Why cstdlib is used in c++?
Difference between struct and class in terms of access modifier.
Can we inherit constructor in c++?
Which c++ operator cannot overload?
Who created c++?
Is map thread safe c++?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends