Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I've been out of the programming loop for quite a few years now (going on seven years). The last language I learned was C++, there probably has been some changes though. After changing my major I've had to get back into it and I realized how much fun I have doing it.

 

I need to learn C# to start kind of a hobby. (RunUO)

 

The question I have is what differences are there from someone who has worked with both between the two. How hard will it be to take a refreshers on C++ and then pick up on C#? Or will that just confuse me?

Posted
The question I have is what differences are there from someone who has worked with both between the two. How hard will it be to take a refreshers on C++ and then pick up on C#? Or will that just confuse me?

 

C# is different.

 

It's very close in formatting syntax, but you're using a managed .Net language, so the actual code won't be C, but .Net. You do still have ";"'s after each line and brackets to close procedures and if...then cases, etc.

Posted
The C++ that you knew is a bit different; there's standardization and STL now. C# on the other hand, is quite easy when compared to C++. While things are a bit different in the managed world, you shouldn't have too much of a problem picking up the language.
Gamer extraordinaire. Programmer wannabe.

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.

×
×
  • Create New...