Question:

Can i write C using visual studio 2005??

by  |  earlier

0 LIKES UnLike

Can anybody out there show me what is the step to start writing C in visual studio 2005??

 Tags:

   Report

3 ANSWERS


  1. You can use 2005, but you can also get VC++ 2008 Express for free if you want it. This video can show you how to install it:

    http://xoax.net/comp/cpp/console/Lesson0...

    Here's a video on how to start writing code too:

    http://xoax.net/comp/cpp/console/Lesson1...


  2. Start Visual C++ and create a new console project. Write your C code and compile/run it.

  3. Read the help file of your visual studio. It has steps to create a new project and how to compile it, etc. It helps a lot to read the manual first before trying to do anything with the editor.

    Cheers

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.