Viewing members of std::

leojose

Registered
Hi all,

I am trying to develop a C++ application using Xcode 2.1.
Firstly I generated a New project using C++ Tool, and created a new .cpp file in it. After including iostream, when I type std:: I don't seem to get the member list (in Visual Studio C++, the memeber list pops up automatically) What must I do to make that happen?
 
If only Xcode's code sense was as smart and as useful as Visual Studio.. that's one thing M$ can do better then anyone else (so far, in my opinion ;))
 
Back
Top