English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

There is a big difference between the programming languages (C++, C#) and Integrated Development Environment (IDE) like Microsoft Visual Studio. The C++ and C# languages are quite different. You can see the comparison here: (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cscon/html/vclrfComparisonBetweenCCSharp.asp).

Depending on context, when people say Visual C/C#, they mean either MS Visual Studio IDE or Microsoft Visual C++/C# implementation of the language. For example, if I say, “it is compiled in Visual C++”, I mean that this code is written in C++ and compiled using Visual C++. I may also say “I opened a solution in Visual C++ (Studio)”, in this case I mean that I used Visual Studio IDE to open a solution (set of projects).

I hope this makes sense.

2006-08-28 13:07:02 · answer #1 · answered by teacuppu poodoru 2 · 1 0

what's C+? Do you advise C#? certain, there's a language stated as C. C is a structures programming language initially designed and used to write down maximum of Unix (except for a pair-hundred lines of hardware-certain code, in accordance to Brian Kernhigan). C++ became designed as a kind-danger-free extension of C, with type safe practices executed frequently through merchandise-oriented powerful factors. C++ is likewise a structures programming language, yet is extensively used (or misused) for applications programming because C and (later) C++ are the well-known languages supported for living house windows progression. C+ isn't the call of a extensively-used programming language. C# is a Microsoft version on the Java language. Like Java, it really is an merchandise-oriented language depending loosely on C, with a digital gadget to ascertain that classes run identically on diverse structures (or as almost as available) mixed with a large commonplace runtime library, plus a garbage-gathering memory manager. MacOS applications (and iPhone and iPad apps) are almost continuously developed utilising yet another merchandise-oriented dialect of C, stated as objective C. i don't believe of it became invented through Apple, even with the undeniable fact that this is not used a lot outdoors the Apple international.

2016-12-05 20:17:16 · answer #2 · answered by ? 3 · 0 0

They are different languages. C# is really more of a java like language in that it is more object oriented and more visual in nature. If I had a choice to learn either, I would just go with C#.

2006-08-28 15:55:00 · answer #3 · answered by soulblazer28 2 · 0 0

The "visual" refers to Microsoft implementation/product.

C# and C++ are the languages, and they're different. For example, C# is fully object oriented, C++ is not.

2006-08-28 12:46:52 · answer #4 · answered by Geo 2 · 1 0

yes and no

2006-08-28 11:30:31 · answer #5 · answered by LazyForLife 2 · 0 1

fedest.com, questions and answers