Jump to content

C++


Relativity

Recommended Posts

I asume by Visual C++ you mean Microsoct Visual C++. There are diffrances, paticulaly in Visual C++ .NET. Visual C++ all the way up to version 6 was prety much the same, and has the standard librarys you expect a C++ compiler to be equiped with. However, in Visual C++ .NET microsoft have basicly taken the lanuage and saverly broken it. Many of the standard librarys are missing, if you want to use a Microsoft compiler I surgest you use Visual C++ 6 other wise just get a diffrent compiler. Dev-C++ is a free C++ and C compiler.

Link to comment
Share on other sites

Well... it is Microsofts Java clone :P

C# has a procedural, object oriented syntax based on C++ that includes aspects of several other programming languages (most notably Delphi, Visual Basic, and Java) with a particular emphasis on simplification (fewer symbolic requirements than C++, fewer decorative requirements than Java).
Link to comment
Share on other sites

I can’t be bothered to explain all the differences between them but C# is nice to work with and Java is a lot like communism, nice in theory but doesn’t really work very well in practice.

Anyway read this site and come back when you know more. http://www.25hoursaday.com/CsharpVsJava.html

Link to comment
Share on other sites

Visual C++ has a lot of extra functons and libraries that Microsoft included so that you can really easily incorporate M$ stuff into your code. For example, the ability to make a nice looking M$ gui really easily, and utilize some of the features of Windows.

That's the main difference between Visual C++ and the original concept of C++.

Visual Studio .NET has a lot of different stuff. I can't really begin to explain everything, but it's basically a huge framework for developing applications. So it's very far from simply your programming language. In fact, you can spend more time learning Visual Studio than you spend learning the programming language, because there are so many features.

As for C#, it basically is Java. I had never coded a lick of Java in my life, but I had to learn C# for a project at work, and after finishing that up I ran into some Java code, and without doing any googling I was able to read, edit, and write my own Java code because it was so incredibly similar to C#.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...