Sunday, August 2, 2009

What is Visual C++ and Visual C#?

C++ is a compiled programming language good for creating executibles and DLLS (dynamic link libraries)





C# can do everything that C++ can but it uses an intermediate language (like Java does) making the language much more portable to other platforms / operating systems. It is also supported by Windows web servers for building websites (unlike C++). C# has more advanced and structured object-oriented features and has fixed a lot of the pitfalls that C++ is prone to (such as pointers and memory allocation)

What is Visual C++ and Visual C#?
VisualC++.


----------


The object-oriented implementation of the C programming language created by Microsoft. This tool provides a development environment for DOS and Windows applications.


Visual C#


--------


It is also an Object oriented language from Microsoft.
Reply:C++ support OO and C don't
Reply:Objected-Oriented Programming languages.


No comments:

Post a Comment