Can we convert .mm file to .m file? Any links for it? Also can we convert .cpp files to .m file?
Thanks
Rakesh
Can we convert .mm file to .m file? Any links for it? Also can
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
.cpp to .m is a No, however, .mm to .m Yes.
There is no “converting” the files though, just rename the file extension.
Be careful though that you do not have C code in the .mm file because it will not compile in a .m file.