Re: [Anjuta-list] Newbie C++



Hi!

As std::ifstream is a template this is not yet supported. We try to
support namespaces and probably templates for code completion in the
feature but as of today this does not work.

Regards,
Johannes

kaliffo76 schrieb:
> 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
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list
> 

Attachment: signature.asc
Description: OpenPGP digital signature



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