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 I write some c++ function in same .m file?



Can I write some c++ function in same .m file?..

Answer / Shashi Prakash Verma

No, Objective-C and C++ are separate languages with different syntaxes. To use C++ functions within an Objective-C project, you would typically use a bridge header to expose the C++ code to the Objective-C side.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What happens with the objects if the array is released?

1 Answers  


How to initialize nsmutabledictionary in objective c?

1 Answers  


How do you get closure?

1 Answers  


What is abstract class in objective c?

1 Answers  


What is objective c and swift?

1 Answers  


Explain the types of protocol?

1 Answers  


What is the protocol in objective c?

1 Answers  


What is instance variable objective c?

1 Answers  


What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?

1 Answers  


Why swift is better than objective c?

1 Answers  


What is retain count?

1 Answers  


What are the attributes of category?

1 Answers  


Categories