• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

C#

I don't know all that much about it, but from what I've heard, it's like a combination of C++ and VB.
 
Have a look here.

The Microsoft solution to this problem is a language called C# (pronounced "C sharp&quot😉. C# is a modern, object-oriented language that enables programmers to quickly build a wide range of applications for the new Microsoft .NET platform, which provides tools and services that fully exploit both computing and communications.
 
I hope it doesn't take over C/C++ like some people say it is. Otherwise, all the time I've spent learning C so far will be a waste.
 
Remember: they said Java would be the death of C and C++...

I'm still programming primarily in C++, hrm...

I know MS is still improving it's C++ support. There is no possible way that MS is going to drop C and C++ development. Once C# gets settled, that's one thing -- if it's fast, I might use it. But for right now, C/C++ is the way to go a lot of the time (admittedly, I also know VB should be used sometimes...).

Considering MS is making sure .NET is accessible to C/C++, you should be fine.

I've looked only briefly at C#, but from what I've seen it has a lot in common with C++. As long as you think more than you program, you should be fine. 🙂

And I'm sure we'll see some "C# for C/C++ Programmers" coming soon. 🙂

Andrew
 
From what I've been hearing, the new .NET platform is harder on VB developers than it will be on C++ developers. Mostly because VB didn't have true OOP, error handling, garbage collection...etc. that C++ has. So C# (pronounced C sharp) shouldn't be to difficult to learn if you're proficient in C++. Visual Studio.NET is still in beta, it should be out later this year.
 
Back
Top