On This web site is frist time i heard of C#. I am skilled in C++ and was wanting to know if C# is an advanced version of C++, kind of like C++ is an advanced version of C...
k59smooth 0 Newbie Poster
Recommended Answers
Jump to PostIt's not advanced C++, it's language from Microsoft combines strength of C++ and easiness of VB. you can read about C# in http://MSDN.com
Jump to PostThis http://en.wikipedia.org/wiki/C_Sharp_(programming_language) should give you a good idea of what C# is.
Jump to PostC# is the microsoft's version of Java and C++ mix. It's designed for a managed platform. It's more stable, better structured but slower. I think there is managed C++ nowdays, but i've never used it.
Jump to PostIt's designed for a managed platform
That's not true, you can write unmanaged code in C#.
Why should you?
It's one of the aspects of C# I like the most! I am tired of destructors who destruct something that's already destructed and tired off difficult to trace pointer and handle …
All 14 Replies
Ramy Mahrous 401 Postaholic Featured Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
iDeveloper 21 Light Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
iDeveloper 21 Light Poster
Ramy Mahrous 401 Postaholic Featured Poster
iDeveloper 21 Light Poster
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.