MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.
All Tags » C# » C++ (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Differences between C++ and C#, part 3

    One of the things that C# (and VB.NET) programmers have to live with is non-deterministic destruction of their objects. The garbage collector was introduced in .NET to take care of memory leaks and remove the need for manual memory management. It does this by keeping track of references, and as soon...
    Posted to Cluebat-man to the rescue (Weblog) by vanDooren on 02-27-2008
    Filed under: C++, C#
  • Is C++ still a viable language?

    Every so often someone in microsoft.public.dotnet.languages.vc asks about the future of C++, or if he should learn C# or VB.NET instead of C++. Some people are also confused if using C++ means they carry around C++ legacy code if they want to write pure .NET apps. With C++ you can write pure .NET apps...
    Posted to Cluebat-man to the rescue (Weblog) by vanDooren on 02-05-2007
    Filed under: C++, C#
  • Writing Solid Code

    My apologies to Steve Maguire for "borrowing" a title. I constantly see code, examples, and advice that perpetuate unsafe coding practices. As programmers we have the habit of getting something to a "working" state and call it "done". This is especially true in processes...
    Posted to Peter Ritchie's MVP Blog (Weblog) by PeterRitchie on 10-16-2006
    Filed under: C#, Software Development, C++, Design/Coding Guidance
  • Differences between C# and C++/CLI, part 2

    One question that comes up from time to time in the C++ newsgroups is that functions or constants that exist in a C++/CLI class library are not accessible in a C# or VB.NET project. The reason for this is nearly always that that constants or functions are defined outside of a class scope. Consider the...
    Posted to Cluebat-man to the rescue (Weblog) by vanDooren on 08-31-2006
    Filed under: C++, C#
  • Differences between C# and C++/CLI, part 1

    Learning C# if you already know C++ is relatively easy. The syntax is similar, and the semantics are definitely a lot easier to understand. Since C# looks like C++, most of the concepts are easy to learn, but here and there are a few details that might cause problems later on. On of these things is the...
    Posted to Cluebat-man to the rescue (Weblog) by vanDooren on 08-31-2006
    Filed under: C++, C#
Page 1 of 1 (5 items)


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems