How to Add the .cpp file in xcode project
How to Add the .cpp file in xcode project and which开发者_StackOverflow setting i have to do in the project. pls help.
Go to new file>>c and c++ (under mac os) and then select c++ file.
Try using this:
Simply go to add new file
Under Mac OSX chose other,now from right pane chose Empty File.
Rename this file adding extension .CPP to this file.
This will turn out to be your .CPP file.
精彩评论