locked
add c in visual studio express 2013 RRS feed

  • Question

  • how can i add the language c as a template in my visual studio express 2013. i used to work with c++ but i want the template of c too. 
    Wednesday, October 15, 2014 11:24 AM

Answers

  • how can i add the language c as a template in my visual studio express 2013. i used to work with c++ but i want the template of c too. 

    I don't know why you would post this in a Visual Basic forum.

    You shouldn't really need a separate template for C - just change your source file's
    extension from .CPP to .C and the C compiler will be used automatically.

    - Wayne

    • Proposed as answer by Blackwood Wednesday, October 15, 2014 1:03 PM
    • Marked as answer by Amanda Zhu Wednesday, October 22, 2014 9:38 AM
    Wednesday, October 15, 2014 11:43 AM
  • This question should be moved to the Visual Studio General Questions forum:

    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=visualstudiogeneral

    FYI, there is no built-in C-language template but you can still use Visual Studio:

    http://debugmode.net/2012/02/06/how-to-write-and-run-a-c-program-in-visual-studio-2010/


    Paul ~~~~ Microsoft MVP (Visual Basic)

    • Proposed as answer by Amanda Zhu Friday, October 17, 2014 2:33 AM
    • Marked as answer by Amanda Zhu Wednesday, October 22, 2014 9:39 AM
    Wednesday, October 15, 2014 2:49 PM
  • Hi Lasharie,

    There is no built-in C project/item template in Visual Studio. As other people suggested, you do’t need a separate C template, you can change the source file’s extention from .cpp to .c in order to work with C in VS.

    For C template, you could submit this feature request:

    http://visualstudio.uservoice.com/forums/121579-visual-studio

    The Visual Studio product team is listening to user voice there. You can send your ideas/suggestions there and people can vote.

    Thanks for your understanding.

    Best regards,


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    • Proposed as answer by Amanda Zhu Monday, October 20, 2014 1:51 AM
    • Marked as answer by Amanda Zhu Wednesday, October 22, 2014 9:38 AM
    Friday, October 17, 2014 2:35 AM

All replies

  • how can i add the language c as a template in my visual studio express 2013. i used to work with c++ but i want the template of c too. 

    I don't know why you would post this in a Visual Basic forum.

    You shouldn't really need a separate template for C - just change your source file's
    extension from .CPP to .C and the C compiler will be used automatically.

    - Wayne

    • Proposed as answer by Blackwood Wednesday, October 15, 2014 1:03 PM
    • Marked as answer by Amanda Zhu Wednesday, October 22, 2014 9:38 AM
    Wednesday, October 15, 2014 11:43 AM
  • i didnt select visual basic.. i just chose the languages option..

    anyways thanks

    Wednesday, October 15, 2014 12:01 PM
  • This question should be moved to the Visual Studio General Questions forum:

    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=visualstudiogeneral

    FYI, there is no built-in C-language template but you can still use Visual Studio:

    http://debugmode.net/2012/02/06/how-to-write-and-run-a-c-program-in-visual-studio-2010/


    Paul ~~~~ Microsoft MVP (Visual Basic)

    • Proposed as answer by Amanda Zhu Friday, October 17, 2014 2:33 AM
    • Marked as answer by Amanda Zhu Wednesday, October 22, 2014 9:39 AM
    Wednesday, October 15, 2014 2:49 PM
  • Hi Lasharie,

    There is no built-in C project/item template in Visual Studio. As other people suggested, you do’t need a separate C template, you can change the source file’s extention from .cpp to .c in order to work with C in VS.

    For C template, you could submit this feature request:

    http://visualstudio.uservoice.com/forums/121579-visual-studio

    The Visual Studio product team is listening to user voice there. You can send your ideas/suggestions there and people can vote.

    Thanks for your understanding.

    Best regards,


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    • Proposed as answer by Amanda Zhu Monday, October 20, 2014 1:51 AM
    • Marked as answer by Amanda Zhu Wednesday, October 22, 2014 9:38 AM
    Friday, October 17, 2014 2:35 AM