I have a program encoded in VS that I am trying to transfer to Xcode. There are several issues that I have encountered, including using lambda functions. Since Xcode uses gcc 4.2 and thus does not support C ++ 11, can I use any lambda functions?
If I want to work with code from my laptop without rewriting most of the code, will I need to install gcc 4.6 and compile it using the terminal?
source share