Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Is C++ dead?

Is C++ dead?

Scheduled Pinned Locked Moved The Lounge
c++csharpjavatoolsquestion
54 Posts 26 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Erik Funkenbusch

    I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

    V Offline
    V Offline
    vipinasda
    wrote on last edited by
    #2

    C++ will be there for long definitely. I guess you may have meant something like:- Is VC++ or win32 dying? Did you? Vipin - MVP

    E 1 Reply Last reply
    0
    • E Erik Funkenbusch

      I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

      N Offline
      N Offline
      NormDroid
      wrote on last edited by
      #3

      I wouldn't see it being one of the top language of the future, things move on, I reckon they .net framework is the future for windows develop and maybe C# being one of the top langauges to develop with, maybe I'm right maybe I'm wrong, but look at it this way, microsoft are not going to drop .net in the near future, they've but far too much investment. Some of the layers of the Windows O/S are rumoured to be written in C#, infact C# is being used to develop new apps in Microsoft. Maybe the C++ clan will tell you different, people want to hang on to all their knowlegde investment on a particular language but sometimes you have to let go and move on or risk being left behind like. Blogless

      P P K D 4 Replies Last reply
      0
      • N NormDroid

        I wouldn't see it being one of the top language of the future, things move on, I reckon they .net framework is the future for windows develop and maybe C# being one of the top langauges to develop with, maybe I'm right maybe I'm wrong, but look at it this way, microsoft are not going to drop .net in the near future, they've but far too much investment. Some of the layers of the Windows O/S are rumoured to be written in C#, infact C# is being used to develop new apps in Microsoft. Maybe the C++ clan will tell you different, people want to hang on to all their knowlegde investment on a particular language but sometimes you have to let go and move on or risk being left behind like. Blogless

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #4

        norm.net wrote:

        I wouldn't see it being one of the top language of the future

        I agree. I used to be a big C++ buff and now I am drifting more and more towards C#. Paul

        N 1 Reply Last reply
        0
        • E Erik Funkenbusch

          I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

          J Offline
          J Offline
          Judah Gabriel Himango
          wrote on last edited by
          #5

          No, it's not dying. Microsoft is just shifting their marketing wand away from native code towards managed code for the time being. I think there's a place for both managed and native. Managed is great if you're doing high level stuff; I can't imagine the mess I'd be sinking in at work if our rich client app was written in native, it just wouldn't be the right tool for our needs. On the other hand, I cannot imagine writing things like drivers, OS components, or [ahem] managed runtimes, in managed code (at least, not until Singularity[^] takes over, eh? ;)) IMO, native developers will always be in demand. Almost all game development, driver development, operating systems, embedded systems, so much is still native and for good reason.

          Tech, life, family, faith: Give me a visit. I'm currently blogging about: Little House on the Flickr Judah Himango

          1 Reply Last reply
          0
          • E Erik Funkenbusch

            I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

            S Offline
            S Offline
            Stephen Hewitt
            wrote on last edited by
            #6

            There is little doubt that the dotNET family of languages has made a big splash and many people have switched. I think it is premature to declare C++ dead however. I was having a look at the apps on my machine the other day and virtually none of them use dotNET. I find this somewhat confusing - On the one hand, judging by the excitement in the developer community surrounding the dotNET platform you would think it is a huge success, but it has yet to make it to my desktop. I also find myself concerned by the memory usage and efficiency of dotNET programs - I too have been programming for a long time and I often find myself amazed at the sheer amount of system resources consumed by a program that performs a seemingly simple task - The dotNET platform takes this too the next level. If there are two programs that do the same thing (equally as well) I'll choose the one that's most efficient - This will be the C++ one! I also find that templates, STL and Boost take C++ to the next level - A level which, in many ways, C# and its ilk can't match (yet?). The lack of multiple inheritance frustrates me also. It is often stated that the classes and their relationships should model the problem you're solving closely - The lack of MI makes this impossible in many cases, the real word ain't just a simple tree. As a program gets larger and more complicated the complexities of the program itself start swamping the language difficulties. This doesn't mean that the efficiency of the language used is not important - Just that shit is shit in any language. That said, for the most part, I'm sticking with C++! Steve

            V E 2 Replies Last reply
            0
            • E Erik Funkenbusch

              I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

              L Offline
              L Offline
              leppie
              wrote on last edited by
              #7

              Erik Funkenbusch wrote:

              Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps.

              Thats true! Mono is rumoured to be included with Fedora 5.

              xacc.ide-0.1.1.10 - now with AutoComplete(kinda)

              1 Reply Last reply
              0
              • V vipinasda

                C++ will be there for long definitely. I guess you may have meant something like:- Is VC++ or win32 dying? Did you? Vipin - MVP

                E Offline
                E Offline
                Erik Funkenbusch
                wrote on last edited by
                #8

                No, not at all. C++ is dying on other platforms as well, being replaced with Java, Perl, Python, Ruby, and other solutions. -- Where are we going? And why am I in this handbasket?

                1 Reply Last reply
                0
                • E Erik Funkenbusch

                  I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

                  O Offline
                  O Offline
                  Owner drawn
                  wrote on last edited by
                  #9

                  Erik Funkenbusch wrote:

                  but that world seems to be shrinking daily

                  I am in that world.:-D So no way it's going to shrink any more. He he:laugh:

                  Jesus Loves

                  --Owner Drawn --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord

                  1 Reply Last reply
                  0
                  • S Stephen Hewitt

                    There is little doubt that the dotNET family of languages has made a big splash and many people have switched. I think it is premature to declare C++ dead however. I was having a look at the apps on my machine the other day and virtually none of them use dotNET. I find this somewhat confusing - On the one hand, judging by the excitement in the developer community surrounding the dotNET platform you would think it is a huge success, but it has yet to make it to my desktop. I also find myself concerned by the memory usage and efficiency of dotNET programs - I too have been programming for a long time and I often find myself amazed at the sheer amount of system resources consumed by a program that performs a seemingly simple task - The dotNET platform takes this too the next level. If there are two programs that do the same thing (equally as well) I'll choose the one that's most efficient - This will be the C++ one! I also find that templates, STL and Boost take C++ to the next level - A level which, in many ways, C# and its ilk can't match (yet?). The lack of multiple inheritance frustrates me also. It is often stated that the classes and their relationships should model the problem you're solving closely - The lack of MI makes this impossible in many cases, the real word ain't just a simple tree. As a program gets larger and more complicated the complexities of the program itself start swamping the language difficulties. This doesn't mean that the efficiency of the language used is not important - Just that shit is shit in any language. That said, for the most part, I'm sticking with C++! Steve

                    E Offline
                    E Offline
                    Erik Funkenbusch
                    wrote on last edited by
                    #10

                    I agree with you that so many of the common apps we use are still (and likely to stay) unmanaged apps. The question is, will it stay that way? 80-90% of the apps (and thus jobs) are not your typical desktop apps, though. For everyone but Microsoft, Adobe, and a select group of lower level apps (CD Burning apps, etc..) does it even make sense to write unmanaged apps anymore? ("unmanaged" here simply means non-native, that could be Java, .NET, Perl, Python, Ruby, Tcl/TK, etc..) Managed libraries are now far more extensive than their old unmanaged counterparts. the .NET framework DWARFS MFC or the VCL or what have you. Like I said, I'm just kind of depressed that I look around for C++ jobs, and all i'm seeing are either embedded or low-level (drivers) work, or maintenance jobs.... -- Where are we going? And why am I in this handbasket?

                    S 1 Reply Last reply
                    0
                    • S Stephen Hewitt

                      There is little doubt that the dotNET family of languages has made a big splash and many people have switched. I think it is premature to declare C++ dead however. I was having a look at the apps on my machine the other day and virtually none of them use dotNET. I find this somewhat confusing - On the one hand, judging by the excitement in the developer community surrounding the dotNET platform you would think it is a huge success, but it has yet to make it to my desktop. I also find myself concerned by the memory usage and efficiency of dotNET programs - I too have been programming for a long time and I often find myself amazed at the sheer amount of system resources consumed by a program that performs a seemingly simple task - The dotNET platform takes this too the next level. If there are two programs that do the same thing (equally as well) I'll choose the one that's most efficient - This will be the C++ one! I also find that templates, STL and Boost take C++ to the next level - A level which, in many ways, C# and its ilk can't match (yet?). The lack of multiple inheritance frustrates me also. It is often stated that the classes and their relationships should model the problem you're solving closely - The lack of MI makes this impossible in many cases, the real word ain't just a simple tree. As a program gets larger and more complicated the complexities of the program itself start swamping the language difficulties. This doesn't mean that the efficiency of the language used is not important - Just that shit is shit in any language. That said, for the most part, I'm sticking with C++! Steve

                      V Offline
                      V Offline
                      Vivek Rajan
                      wrote on last edited by
                      #11

                      dotNET and Java are no doubt big and will continue to grow in the business software area. It would be equally insane to develop a Oracle based insurance settlement application in C++, as it would be to develop a software PBX in C#/Java. The problem is most of the jobs are in the business software area, which means fewer opportunities for C++ developers. Our company and most of our competitors use C++, we have no plans of moving to a managed platform at the moment. Vivek

                      1 Reply Last reply
                      0
                      • E Erik Funkenbusch

                        I agree with you that so many of the common apps we use are still (and likely to stay) unmanaged apps. The question is, will it stay that way? 80-90% of the apps (and thus jobs) are not your typical desktop apps, though. For everyone but Microsoft, Adobe, and a select group of lower level apps (CD Burning apps, etc..) does it even make sense to write unmanaged apps anymore? ("unmanaged" here simply means non-native, that could be Java, .NET, Perl, Python, Ruby, Tcl/TK, etc..) Managed libraries are now far more extensive than their old unmanaged counterparts. the .NET framework DWARFS MFC or the VCL or what have you. Like I said, I'm just kind of depressed that I look around for C++ jobs, and all i'm seeing are either embedded or low-level (drivers) work, or maintenance jobs.... -- Where are we going? And why am I in this handbasket?

                        S Offline
                        S Offline
                        Stephen Hewitt
                        wrote on last edited by
                        #12

                        Erik Funkenbusch wrote:

                        Managed libraries are now far more extensive than their old unmanaged counterparts

                        I'm not sure about this: There are literally 1000s of C/C++ libraries. In fact this is probably an understatement. Don't get me wrong here - This, for the most part, isn't because C/C++ is superior, just older. If you only use the libraries that come with your compiler you are correct but doing this ignores a mass of quality code you can use (and more you'd be best to stay away from). Steve

                        1 Reply Last reply
                        0
                        • N NormDroid

                          I wouldn't see it being one of the top language of the future, things move on, I reckon they .net framework is the future for windows develop and maybe C# being one of the top langauges to develop with, maybe I'm right maybe I'm wrong, but look at it this way, microsoft are not going to drop .net in the near future, they've but far too much investment. Some of the layers of the Windows O/S are rumoured to be written in C#, infact C# is being used to develop new apps in Microsoft. Maybe the C++ clan will tell you different, people want to hang on to all their knowlegde investment on a particular language but sometimes you have to let go and move on or risk being left behind like. Blogless

                          P Offline
                          P Offline
                          Paul Watson
                          wrote on last edited by
                          #13

                          I asked a conference speaker a few weeks back if Microsoft ate its own dog food by producing any applications with .NET. His reply was yes and no. Yes, some internal tools and one small part of BizTalk Server (I think it was BizTalk) but otherwise no. I don't see Office, Visual Studio or any of their main applications being written in .NET and not for a very long time either. (I am a .NET developer BTW so I am for it rather than biased against it.) regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                          N L 2 Replies Last reply
                          0
                          • E Erik Funkenbusch

                            I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

                            P Offline
                            P Offline
                            Paul Watson
                            wrote on last edited by
                            #14

                            I think we have to remember there are two distinct markets in software development. Shrinkwrap like Microsoft does and bespoke for internal, business applications. I think the former is still C++ dominated while the later is the ripest for .NET/Java/etc. They have different needs and environments which is why there is such a rift in stats between the two. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                            S S J 3 Replies Last reply
                            0
                            • P Paul Watson

                              I think we have to remember there are two distinct markets in software development. Shrinkwrap like Microsoft does and bespoke for internal, business applications. I think the former is still C++ dominated while the later is the ripest for .NET/Java/etc. They have different needs and environments which is why there is such a rift in stats between the two. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                              S Offline
                              S Offline
                              Stephen Hewitt
                              wrote on last edited by
                              #15

                              Fair point. Steve

                              1 Reply Last reply
                              0
                              • E Erik Funkenbusch

                                I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

                                P Offline
                                P Offline
                                Prakash Nadar
                                wrote on last edited by
                                #16

                                :rolleyes:


                                -Prakash

                                P 1 Reply Last reply
                                0
                                • P Prakash Nadar

                                  :rolleyes:


                                  -Prakash

                                  P Offline
                                  P Offline
                                  Paul Watson
                                  wrote on last edited by
                                  #17

                                  Actually, he is. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                                  P M 2 Replies Last reply
                                  0
                                  • P Paul Watson

                                    Actually, he is. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                                    P Offline
                                    P Offline
                                    Prakash Nadar
                                    wrote on last edited by
                                    #18

                                    Paul Watson wrote:

                                    Actually, he is.

                                    Oh! too bad. I guess he was outdated.


                                    -Prakash

                                    P 1 Reply Last reply
                                    0
                                    • E Erik Funkenbusch

                                      I go back with C++ a LONG way, not quite to the cfront days, but close. I moved away from it for a few years, working mostly with .NET and ASP (something I swore i'd never do). I'm looking around now, and I'm seeing almost NO activity on the C++ front anymore. Very few jobs available, and fewer tools and articles. I know there's still a strong C++ contingent here on Code Project, but honestly? Is this a dead horse? Oh, don't get me wrong, I know that C and C++ will probably always have a VERY strong presence the unmanaged world, but that world seems to be shrinking daily. I'm seeing more desktop apps written in Java and .NET, and web based apps are starting to replace many of teh classic desktop apps. I feel like such a dinosaur. Oh, granted, i've got updated skills in Java and .NET, so maybe it's a dinosaur with sunglasses. Is this what COBOL developers feel like? So, i've been contemplating trying to get more work in native code, but i'm just not sure... What are your opinions? -- Where are we going? And why am I in this handbasket?

                                      P Offline
                                      P Offline
                                      peterchen
                                      wrote on last edited by
                                      #19

                                      Adding to other replies, don't forget microcontrollers, signal processors, etc.


                                      We say "get a life" to each other, disappointed or jokingly. What we forget, though, is that this is possibly the most destructive advice you can give to a geek.
                                      boost your code || Fold With Us! || sighist

                                      1 Reply Last reply
                                      0
                                      • P Paul Watson

                                        I asked a conference speaker a few weeks back if Microsoft ate its own dog food by producing any applications with .NET. His reply was yes and no. Yes, some internal tools and one small part of BizTalk Server (I think it was BizTalk) but otherwise no. I don't see Office, Visual Studio or any of their main applications being written in .NET and not for a very long time either. (I am a .NET developer BTW so I am for it rather than biased against it.) regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                                        N Offline
                                        N Offline
                                        NormDroid
                                        wrote on last edited by
                                        #20

                                        I heard, that PhotoStory was written in C#, and some components on other applications are being written in C#, I don't thing any of the mainstream apps are written in C# (yet!). A large part of Visual Studio is written using C# - so I heard. Blogless

                                        P 1 Reply Last reply
                                        0
                                        • N NormDroid

                                          I heard, that PhotoStory was written in C#, and some components on other applications are being written in C#, I don't thing any of the mainstream apps are written in C# (yet!). A large part of Visual Studio is written using C# - so I heard. Blogless

                                          P Offline
                                          P Offline
                                          Paul Watson
                                          wrote on last edited by
                                          #21

                                          Also as Brian pointed out to me the Avalon... sorry, Windows Presentation Foundation designer tools (Spark and Cider) are done in .NET. I'd love to see some evidence of a "large part of Visual Studio is written using C#" as that would be Microsoft betting serious money on .NET. Otherwise none of the above really counts, they are minor/limited apps. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                                          N M 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups