Search code examples
c++xcodemacosstdxcode3.2

C++ std method listing


I am new to C++ and XCode.

I would like to know how I can get a list of available methods from namespace std or any other namespaces #include'ed in a cpp file., in a similar way you would do method scoping in Eclipse (ctrl+space).

Thanks


Solution

  • With Xcode you use Esc, but it's auto-completion for C++ simply doesn't really work.