CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2010
    Posts
    54

    this arrow marks

    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?

  2. #2
    Join Date
    Jan 2009
    Posts
    1,689

    Re: this arrow marks

    Try this:


    The better question is why did you put them there in the first place?

  3. #3
    Join Date
    Dec 2010
    Posts
    54

    Re: this arrow marks

    I do not understand what you're saying.

    http://devnet.jetbrains.net/servlet/...939-6583/2.png

  4. #4
    Join Date
    Jan 2009
    Posts
    1,689

    Re: this arrow marks

    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.

  5. #5
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: this arrow marks

    In VS2005, from the edit menu, select Advanced, then turn off View White Space. 2010 is probably similar.

  6. #6
    Join Date
    Dec 2010
    Posts
    54

    Re: this arrow marks

    Quote Originally Posted by GCDEF View Post
    In VS2005, from the edit menu, select Advanced, then turn off View White Space. 2010 is probably similar.
    thanks.
    What does this...

  7. #7
    Join Date
    Oct 2008
    Location
    Cologne, Germany
    Posts
    756

    Re: this arrow marks

    you must have pressed CTRL+R, CTRL+W... press it again to hide whitespace characters

    EDIT: @GCDEF: I was writing at the same time
    win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming

    remeber to give feedback you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation

    private lessons are not an option so please don't ask for help in private, I won't replay

    if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know

  8. #8
    Join Date
    Dec 2010
    Posts
    54

    Re: this arrow marks

    Quote Originally Posted by GCDEF View Post
    In VS2005, from the edit menu, select Advanced, then turn off View White Space. 2010 is probably similar.
    thanks.
    What does this

  9. #9
    Join Date
    Dec 2010
    Posts
    54

    Re: this arrow marks

    Quote Originally Posted by memeloo View Post
    you must have pressed CTRL+R, CTRL+W... press it again to hide whitespace characters

    EDIT: @GCDEF: I was writing at the same time

    thanks...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured