CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2002
    Posts
    5,757

    Future of C++ and Windows Programming :: C++

    Hi.

    I posted a topic a few days ago about the future of COM. Overall, most responses implied that COM in general has and will become .NET legacy. The bottomline is Microsoft is dropping COM for .NET.

    Microsoft will release Longhorn and I am sure they are working on other versions of their line of OS. According to several articles on the future of Windows development, .NET is taking over Windows.

    http://www.codeproject.com/interview..._msdn_0103.asp
    http://msdn.microsoft.com/chats/vstu...dio_121802.asp
    http://www.eweek.com/article2/0,3959,642737,00.asp

    What is the future of C++ programming in Windows? Microsoft can make C++ obsolete under Windows as they push .NET. I have no problem with .NET. I am just curious about C++ programming in Windows because, well, it is fun!

    Thanks,
    Kuphryn

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882
    Man , C/C++ are native windows languages , and not gonna die in coming 100 years at least.

    You can see VC++.net hasnt become that much famous as VC++6.0 is ... and will never become.
    Regards,
    Ramkrishna Pawar

  3. #3
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    Who cares about what Microsoft is doing. Do not forget about Unix.
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  4. #4
    Join Date
    Mar 2002
    Location
    AhuhA
    Posts
    204

    Talking Kuphryn

    Oh... When that time comes, we all move to .NET, or maybe I will create an absolutely new language called Wfranc++ for everyone

  5. #5
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    [Moved thread]

  6. #6
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173
    So long as MS maintains application backward compatibility (i.e can I run MS Word 6 on Longhorn) then the APIs will be the same and so "unmanaged" C++ will still be possible (and indeed desireable).

    However it is likely that wholy new MS technologies will be released as framework extensions rather than standard DLLs so unmanaged C++ will not be able to use these.
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

  7. #7
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542

    Re: Future of C++ and Windows Programming :: C++

    Originally posted by kuphryn
    What is the future of C++ programming in Windows? Microsoft can make C++ obsolete under Windows as they push .NET.
    Well, they seem to have forgotten to include C++ examples in .NET documentation, it seems.

  8. #8
    Join Date
    Sep 2002
    Posts
    1,747
    I wouldn't say c++ is related to .NET. They are almost orthogonal, as c++.NET illustrates. The idea is more: which language will our source code be compiled into in the future to run under Windows, and this has consequences for compiler support. Right now, the majority of applications are compiled into the processor's instruction set. .NET applications compile into Microsoft's proprietary intermediate language. Currently, this rules most of Microsoft's major compiler competitors as production applications for .NET. And if Microsoft decides to begin adding OS functionality which is only available through .NET, they will likely face more antitrust suits, as that would illegally tie in two different department domains, as prohibited by the courts.
    */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

    "It's hard to believe in something you don't understand." -- the sidhi X-files episode

    galathaea: prankster, fablist, magician, liar

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