Acorn macrumors 68030 Original poster Jan 2, 2009 2,644 358 macrumors Mar 3, 2011 #1 The primary language I know is c++. I am coming from windows and was wondering if i download XCode does it include the c++ standard library.
The primary language I know is c++. I am coming from windows and was wondering if i download XCode does it include the c++ standard library.
balamw Moderator emeritus Aug 16, 2005 19,365 980 New England Mar 3, 2011 #2 Acorn said: The primary language I know is c++. I am coming from windows and was wondering if i download XCode does it include the c++ standard library. Click to expand... Yes, and the default C++ project template for command line tools is described as: Code: This project builds a command-line tool that links against the stdc++ library. B
Acorn said: The primary language I know is c++. I am coming from windows and was wondering if i download XCode does it include the c++ standard library. Click to expand... Yes, and the default C++ project template for command line tools is described as: Code: This project builds a command-line tool that links against the stdc++ library. B
Acorn macrumors 68030 Original poster Jan 2, 2009 2,644 358 macrumors Mar 3, 2011 #3 Ok thanks balamw.