[Anjuta-list] Newbie C++



Hello to the list,
I'm trying to learn C++ programming and using Gnome on GNU/Linux
the natural choice for an IDE was Anjuta.
I see there is code completion, but I can't use it as I would.
For example, if I have this code:

//---- START CODE ----//

#include<fstream>
using namespace std;

int main(void)
{
    ifstream in("some_file.txt");
    in.

//---- END CODE -----//

when i type the dot after "in" I'd like to see the list of member
functions that belongs to the object "in"
Is this possible? Is extensible also to the STL library? For example
to a List or to a Vector, this would be very useful.
Thank you very much for any help,
Fabio






      ___________________________________ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]