Hi ,


I am using Visual Studio 2010.I am writing code.arrow marks out.
as follows
how I solve this problem?

-> -> -> class Range{
char *s;
->-> -> public:
Range(T *s):s(s){}
-> ->-> };

How can I remove this arrow marks?