
If you ever
wished to run a c/c++ program in visual studio then your wish can become
true.Here I will tell you step by step process of compiling and running c/c++
programs in visual studio.
But before that I would like to discuss some
advantages of writing a c/c++ program in visual studio.
1.Main
advantage is that using visual studio you can write a c/c++ program in window 7
in which most of the other compiler like turbo c does not work.
2.It also
supports 64 bit window.
3.If you are
already using visual studio then why not to use it.
4.We can
create multiple c/c++ files under single project.
Now let’s
come on the main topic ‘steps for writing c/c++ program inb visual studio”.
1.Goto File
=>New => Project.
2....