my comments arent green
im not sure what i did but when i //comment a line
it doesnt show green, just shows black, anyone know how to fix it? :s
im using the visual studio
[165 byte] By [
pouncer] at [2007-11-20 1:01:43]

# 1 Re: my comments arent green
Check the type of file that you chose when adding a file to the project and also the project type... I sometimes added an ASP page instead of the C++ Source file... (if it's VC++ 6.0).
# 2 Re: my comments arent green
i didnt do nothing it just messed up all of a sudden, my ide is totally gone weird
everything compiles and stuff but for e.g;
my comments arent green //blahah
unles i do it lie this
/*
comment
*/
then it goes green
and my color cordinated stuff seems screwed like for .e,g
#include <string>
#include <fstream>
that just shows black in my ide window in vsc++ but the '#include' used to be blue so i dont know whats happened :S
# 3 Re: my comments arent green
hm ive just realised its only happening in my project, im not sure :S