learn C++ or C#

  • Thread starter Thread starter Daniel
  • Start date Start date
Arne said:
I don't think anyone in the discussion was thinking about Java
"static nested class" or "static member class".

They are practically never referenced as just "static class".

The phrase "static class" appears in the source code... the use of the
keyword 'static' in that context is already taken.
 
Those hard to find memory overwrites you can get in C/C++ or
mysterious memory leaks is not possible in C#.

The information you have about C# sounds like the marketing drivel Microsoft
puts out, not experience. Anyway, I invite you to read
http://blogs.msdn.com/tess/ and then come back and repeat "Those mysterious
memory leaks are not possible in C#" with a straight face. She's documented
a large number of memory leaks, both in Microsoft and in user code.

Also google for "C# static event memory leak".
 
Back
Top