c++ - How do I choose which .cpp file to run in XCode? -
i've seen responses things this, i'm still not sure do. i'm proficient in java eclipse, , starting c++ xcode. i'm using textbook, i'd organize workspace 1 .cpp file each chapter, when , try run 1 of files, defaults first one. how can have multiple .cpp files in workspace , run different ones? might fundamentally different thing in java select class, , if had main method run there, appreciated. workspace setup looks this: http://i.imgur.com/huh5lhl.png
what πάντα ῥεῖ says right. put more bluntly, don't want single xcode project different .cpp file per chapter of text. (you can way, involves bunch of setup confusing newbie c++ , xcode.) easier if made separate xcode project each chapter.
Comments
Post a Comment