I am a C and C++ programmer and am now trying to learn C#. I have bought the book Professional C# by Wrox publications.
While migrating from C to C++ I had a doubt why ++
was added to C. Later on I realized that since ++
is an increment operator and it was added to C just to provide an 'Object Oriented Extension'.
In C#, what is the significance of #
?