As far as programming with the object-orientated paradigm go, which is the better, easier-to-use language, C++ or C#? What are the distinct differences. Oh, and is C# a strict-superset of C or not.
As a side note, are there any other worthwhile paradigms worth looking at other the OO? (That can be used with C++/C#).
For what purpose?
Depends on your experience. C# is hard for me because I’m fluent enough in C++ so C# limitations make me angry.
There are many comparisons on the net. The first thing that always comes first to my mind is RAII.
Definitely not.
int main(){}is the shortest program in C. It’s not valid C#.Yes, RAII, generic programming.