Thread: How do we make the program underline errors?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    45

    How do we make the program underline errors?

    Hi I have Microsoft Visual Studio 2010 and am having problems getting the program to underline misspelled words that I have typed in. Here is a program I am writing in C++ and it seems to not underline the "junk" words I have typed at the end.

    Here is a screenshot:
    http://i55.tinypic.com/ame2v4.png

    And I can't find the option to enable it anywhere in Microsoft Visual Studio 2010. I have even enabled the

    *Underline errors in the editor
    *Show live semantic errors

    in Options → Text Editor → C# → Advanced but it still has not worked. Please help me.

    My OS is Windows XP with service pack 3 installed. And I believe I was required to install framework 4 in order to use this program.
    Last edited by chickenlittle; 12-15-2010 at 03:27 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with a Battleship Program
    By HBlakeH in forum C Programming
    Replies: 1
    Last Post: 12-05-2010, 11:13 PM
  2. Few Simple Program Errors
    By pobri19 in forum C Programming
    Replies: 3
    Last Post: 05-22-2008, 06:12 PM
  3. Errors in Dev-C++ program
    By sinking2008 in forum C Programming
    Replies: 5
    Last Post: 05-15-2008, 09:00 AM
  4. List of Errors in C# program.
    By arcaine01 in forum C# Programming
    Replies: 1
    Last Post: 05-09-2008, 02:37 PM
  5. how do you make a program send data to the printer?
    By Sintu in forum C++ Programming
    Replies: 19
    Last Post: 10-20-2005, 07:22 PM