learn C++ or C#

B

Ben Voigt [C++ MVP]

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.
 
B

Ben Voigt [C++ MVP]

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".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top