开发者

How to Add the .cpp file in xcode project

开发者 https://www.devze.com 2023-02-20 18:17 出处:网络
How to Add the .cpp file in xcode project and which开发者_StackOverflow setting i have to do in the 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消