Page 1 of 1
std:endl
Posted: Fri Apr 24, 2009 11:52 am
by asmcad
hi ,
intellisense is not working for "std::endl"; strange but it works for "std:cout" is it normal?
Re: std:endl
Posted: Fri Apr 24, 2009 12:11 pm
by eranif
Which OS are u using? the code completion here (Windows) is working for std::endl & std::cout
Eran
Re: std:endl
Posted: Fri Apr 24, 2009 4:59 pm
by asmcad
it s working for "endl()" function , not "std::endl"
i m using XP.
thanks.
Re: std:endl
Posted: Fri Apr 24, 2009 5:52 pm
by eranif
It is working for std::endl (as you can see in the attached picture)
You can try and recreate the tags database. If you are using MinGW, find the directory of the MinGW installation from the 'Workspace View' using the 'Explorer' tab and find:
e.g. C:\MinGW-3.4.5\include\c++\3.4.5 (on my machine, MinGW is installed under C:\MinGW-3.4.5)
right click on it and select 'add tags' -> and follow the wizard instructions. Make sure you use the suggested symbols database name (by default it should be common.tags)
Eran