How to compile C files and execute in VS
Hi Guys Just installed the new VS, and after half an hour can't seem to know how to compile a simple. c file. no compile button, no execute button. Read quite a lot of help dont understand. Help! Thanks.
Hi Guys
Just installed the new VS, and after half an hour can't seem to know how to compile a simple .c file.
no compile button, no execute button. Read quite a lot of help dont understand.
Help!
Thanks
Just installed the new VS, and after half an hour can't seem to know how to compile a simple .c file.
no compile button, no execute button. Read quite a lot of help dont understand.
Help!
Thanks
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Guys What I meant by this is
I installed Visual Studio.NET
now in VC++ 6, there was compile button to compile, but here, it not highlighted and build button are not highlighted.
when i type a simple c script.
main(void)
{
printf("abc");
}
and save it as .c, still nothing happens.
How do we compile a simple file like this... It is so irritating. Beside they have merged all VB,VC in one?
ARC
I installed Visual Studio.NET
now in VC++ 6, there was compile button to compile, but here, it not highlighted and build button are not highlighted.
when i type a simple c script.
main(void)
{
printf("abc");
}
and save it as .c, still nothing happens.
How do we compile a simple file like this... It is so irritating. Beside they have merged all VB,VC in one?
ARC