c programming in vs 2010?
Re: c programming in vs 2010?
Are you asking if C is apart of Visual Studios 2010?
Re: c programming in vs 2010?
Quote:
Originally Posted by
kayleigh
I am not sure what you mean. Microsoft has always had a VC++ compiler in their Visual Studio Product.
Re: c programming in vs 2010?
Quote:
Originally Posted by
Nightwalker83
Are you asking if C is apart of Visual Studios 2010?
yes. I know it supports vc++ and c# but isn't c a completely separate language?
Re: c programming in vs 2010?
Quote:
Originally Posted by
kayleigh
yes. I know it supports vc++ and c# but isn't c a completely separate language?
Well, C++ was originally just an extension of the language C. However, I am not sure how far apart the two languages have become.
Edit;
Not sure if this would explain anything.
Quote:
Originally Posted by above link
Visual Studio supports different programming languages by means of language services, which allow the code editor and debugger to support (to varying degrees) nearly any programming language, provided a language-specific service exists. Built-in languages include C/C++ (via Visual C++), VB.NET (via Visual Basic .NET), C# (via Visual C#), and F# (as of Visual Studio 2010[2]). Support for other languages such as M, Python, and Ruby among others is available via language services installed separately. It also supports XML/XSLT, HTML/XHTML, JavaScript and CSS. Individual language-specific versions of Visual Studio also exist which provide more limited language services to the user: Microsoft Visual Basic, Visual J#, Visual C#, and Visual C++.
Microsoft provides "Express" editions of its Visual Studio 2010 components Visual Basic, Visual C#, Visual C++, and Visual Web Developer at no cost. Visual Studio 2010, 2008 and 2005 Professional Editions, along with language-specific versions (Visual Basic, C++, C#, J#) of Visual Studio 2005 are available for free to students as downloads via Microsoft's DreamSpark program. The 90-day trial version of Visual Studio can be downloaded by the general public at no cost.
Re: c programming in vs 2010?
Quote:
Originally Posted by
kayleigh
yes. I know it supports vc++ and c# but isn't c a completely separate language?
Every C++ compiler can compile a C program.