Would I be able to keep in touch with some c++ work in the equivalent .m record? Will it compile? Assuming no, what changes would it be a good idea for me to do to compile it?
Answer / Anoop Dwivedi
No, Objective-C does not natively support C++ code. To use C++ code within an Objective-C project, you can use the Objective-C++ feature (marked as .m instead of .mm). However, you will need to properly include headers and follow specific conventions to ensure correct compilation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a background thread?
What is the mean of not running state in ios?
What json framework is supported by ios (iphone os)?
What is the current iphone ios?
Name the application thread from where uikit classes should be used?
Explain about AFNetworking. What is the base class used in AFNetworking library
What is delegate protocol in ios?
What is automatic reference counting (arc)?
What is the short cut to open the “Code Snippet Library” in Xcode?
What is latest mac os version?
Explain difference between nil and nil?
what is your preferred programming language? Why? How long will it take you to learn a new programming language?