I think vs.net doesn't support C language.It supports C#, VB, JScript, VC ++.

解决方案 »

  1.   

    I did all my homework of 《Data Structure》 with vs.NET,
    It is perfect I think.
    Let me see,your used Standard Template Library in your program,It must be C++,Isn't it?
    I will debug you program with my computer and then I will give you the answer.
      

  2.   

    Success!
    At first:
      Create A new Project of Visual C++; SELECT this Win32 Project.
    Click AppicationSettings at the second Step.
      SELECT Console Program.
      Enter!
      A new Project Created!
      Copy you Code to the Source File that the name of the file is the same as you project. 
      You can overwrite all code but :#include "stdafx.h";
      Then click menu build(B),Build the project.
       click run of the Debug menu.OK , that's all,then you can see the  result of the program in a console window.I am Successful,may you !
      
      

  3.   

    我一直用,从来没有问题。
    建立win32 app就可以了。那样是native,如果用托管,就是msil。