CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    22

    Several Questions - C# and .Net

    Several questions:
    Can Visual Studio.net open and compile a visual c++ 6.0 project without changing anything? If the answer is yes, is this called unmanaged coding (I find the word "unmanaged" especially offending)? If you do not program for the internet, what is the advantage of switching from C++ to C#? Personally, generic programming with templates and STL (not supported by c#) is far more important than garbage collection (not supported by c++). I have seen lots of new terms (COM, DCOMS, ATL, ActiveX, Windows DNA ...) from Microsoft in the last several years, is C# (and .Net) like one of them?


  2. #2
    Join Date
    Apr 2001
    Location
    Karachi, Pakistan.
    Posts
    466

    Re: Several Questions - C# and .Net

    i guess you can find out your answers from www.gotdotnet.com which is microsoft's site regarding the .NET technology.

    lemme know if u need any more links.

    ----------------------------------------------
    Keep it as simple as possible, but no simpler
    --Albert Einstein
    KMan
    use code-tags
    Rating a post is'nt injurious(0:


    http://izlooite.blogspot.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured