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?
Printable View
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?
Try this:
http://1.bp.blogspot.com/_wj6nGIKwDw...delete-key.jpg
The better question is why did you put them there in the first place?
I do not understand what you're saying.
http://devnet.jetbrains.net/servlet/...939-6583/2.png
Oh, I misunderstood, I thought you had put arrows in your program for some reason. I don't know anything about VS prefs, but I'm sure someone else will.
In VS2005, from the edit menu, select Advanced, then turn off View White Space. 2010 is probably similar.
you must have pressed CTRL+R, CTRL+W... press it again to hide whitespace characters
EDIT: @GCDEF: I was writing at the same time ;)