When I start a new Xcode command-line tool project, I'm limited to choosing between C or C++. Is it impossible to use Cocoa to make command-line applications?
EDIT: well, since not everything Objective-C is Cocoa (there's also Foundation, with arrays, strings and such), I believe I can totally do it, since there's nothing forbidding C++ from coexisting with Objective-C… I'll just limit my audience to OS X and (I think) GNUStep by doing this.
EDIT: well, since not everything Objective-C is Cocoa (there's also Foundation, with arrays, strings and such), I believe I can totally do it, since there's nothing forbidding C++ from coexisting with Objective-C… I'll just limit my audience to OS X and (I think) GNUStep by doing this.
Last edited: