Hi,
I'm using release 8.02 and if I create a c++ console application and I right click on the
#include <iostream> and select "Open #include file: 'iostream'" all I see is black text.
It seams that the extensionless c++ header files are not taken into consideration as
c++ files. 
Here is a list of c++ header files: (taken from Dinkumware (http://www.dinkumware.com/manuals/default.aspx) documentation)
<algorithm> 
<array> 
<bitset> 
<cassert> 
<ccomplex> 
<cctype> 
<cerrno> 
<cfenv> 
<cfloat> 
<cinttype> 
<ciso646> 
<climits> 
<clocale> 
<cmath> 
<complex> 
<csetjmp> 
<csignal> 
<cstdarg> 
<ccstdbool> 
<cstddef> 
<cstdint> 
<cstdio> 
<cstdlib> 
<cstring> 
<ctgmath> 
<ctime> 
<cwchar> 
<cwctype> 
<deque> 
<exception> 
<fstream> 
<functional> 
<hardware> 
<iomanip> 
<ios> 
<iosfwd> 
<iostream> 
<istream> 
<iterator> 
<limits> 
<list> 
<locale> 
<map> 
<memory> 
<new> 
<numeric> 
<ostream> 
<queue> 
<random> 
<regex> 
<set> 
<slist> 
<sstream> 
<stack> 
<stdexcept> 
<streambuf> 
<string> 
<strstream> 
<tuple> 
<typeinfo> 
<type_traits> 
<utility> 
<valarray> 
<vector> 
Regards,
Cristi.