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.
  • P Paul Watson

    Why isn't Microsoft being more vocal about these developments? Surely if such major tools as VS2005 and SQL Server 2005 Management Server have strong .NET elements they should be publicised and turned into case-studies to further .NET's case? I'd like to see what challenges and solutions these development teams met and came up with. 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
    #26

    Good point, I reckon they are testing the water. I had few .net exceptions being throw using the SQL Server 2005 Mangament Studio, rather than the error being handling nicely its seems they are being throw straight to screen. I would expect to see a few patches to fix this. Overall it's a nice product considering the GUI is .net. Blogless

    P 1 Reply Last reply
    0
    • P Paul Watson

      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!

      M Offline
      M Offline
      Michael P Butler
      wrote on last edited by
      #27

      Paul Watson wrote:

      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.

      You mean the slow speed, frequent crashes and rubbish UI weren't enough evidence :-D Michael CP Blog [^] Development Blog [^]

      1 Reply 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!

        M Offline
        M Offline
        Michael P Butler
        wrote on last edited by
        #28

        Paul Watson wrote:

        Actually, he is.

        My mate Elvis is dead? Oh good god. Why didn't anybody tell me sooner? :(( ;P Michael CP Blog [^] Development Blog [^]

        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?

          V Offline
          V Offline
          vikas amin
          wrote on last edited by
          #29

          NO C++ wont die but yeh developers need to lear the Managed Way of coding , any how After year's is see future of Multiplatform programing bright :cool: Vikas Amin Embin Technology Bombay

          P F 2 Replies Last reply
          0
          • M Michael P Butler

            Paul Watson wrote:

            Actually, he is.

            My mate Elvis is dead? Oh good god. Why didn't anybody tell me sooner? :(( ;P Michael CP Blog [^] Development Blog [^]

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

            Elvis was your mate :| I thought you were younger than that ;) regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

            M 1 Reply Last reply
            0
            • V vikas amin

              NO C++ wont die but yeh developers need to lear the Managed Way of coding , any how After year's is see future of Multiplatform programing bright :cool: Vikas Amin Embin Technology Bombay

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

              vikas amin wrote:

              After year's is see future of Multiplatform programing bright

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

              P 1 Reply 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
                Simon Capewell
                wrote on last edited by
                #32

                My career has illustrated that point Game development: C++ Realtime: C++ Shrinkwrapped application: C++, MFC Bespoke: .NET, ASP.NET .NET helps us get a working application much more quickly than we could manage in VB6 or C++, which means a significantly lower price for the customer or more features for their budget.

                1 Reply Last reply
                0
                • N NormDroid

                  Good point, I reckon they are testing the water. I had few .net exceptions being throw using the SQL Server 2005 Mangament Studio, rather than the error being handling nicely its seems they are being throw straight to screen. I would expect to see a few patches to fix this. Overall it's a nice product considering the GUI is .net. Blogless

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

                  Ask and ye shall recieve. Derek has a "managed code myth" post[^] which lists some LOC numbers. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                  N 1 Reply Last reply
                  0
                  • P Paul Watson

                    vikas amin wrote:

                    After year's is see future of Multiplatform programing bright

                    Come again? 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
                    #34

                    Paul Watson wrote:

                    Come again?

                    probably he is refering to java thing w.r.t .net, Write once and run everywhere that is if .net is available on other platforms too.


                    -Prakash

                    1 Reply Last reply
                    0
                    • P Paul Watson

                      Elvis was your mate :| I thought you were younger than that ;) regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                      M Offline
                      M Offline
                      Michael P Butler
                      wrote on last edited by
                      #35

                      Paul Watson wrote:

                      Elvis was your mate I thought you were younger than that

                      Who do you think taught him to dance :-D Michael CP Blog [^] Development Blog [^]

                      P 1 Reply Last reply
                      0
                      • M Michael P Butler

                        Paul Watson wrote:

                        Elvis was your mate I thought you were younger than that

                        Who do you think taught him to dance :-D Michael CP Blog [^] Development Blog [^]

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

                        :laugh: Nice one. (Actually, I thought Forest Gump taught Elvis how to dance.) regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN! -- modified at 7:14 Wednesday 11th January, 2006

                        1 Reply Last reply
                        0
                        • V vikas amin

                          NO C++ wont die but yeh developers need to lear the Managed Way of coding , any how After year's is see future of Multiplatform programing bright :cool: Vikas Amin Embin Technology Bombay

                          F Offline
                          F Offline
                          Franz Klein
                          wrote on last edited by
                          #37

                          I hope not. There should be a version 2 of the ISO standard coming out soon. I think it depends on the Industry where one is working and which OS e.g. C\C++ on Linux. I prefer C++ (unmanaged) as there I have total control. Lets see in 5 years time. Any way the more programming languages one has under the belt so much the better. I have been using C# a lot lately but I am not very impressed. I am the handsome one in the crowd.

                          1 Reply Last reply
                          0
                          • P Paul Watson

                            Ask and ye shall recieve. Derek has a "managed code myth" post[^] which lists some LOC numbers. 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
                            #38

                            Thanks Paul, that certainly proves that .net is here to stay, I made a career move to jack in MFC and follow .net, I gald I made that decision. Blogless

                            1 Reply Last reply
                            0
                            • P Paul Conrad

                              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 Offline
                              N Offline
                              NormDroid
                              wrote on last edited by
                              #39

                              gotta think of the future, gotta think of the $£$£$£. Blogless

                              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!

                                L Offline
                                L Offline
                                Lost User
                                wrote on last edited by
                                #40

                                Given the number of messages about .NET 2.0 being so slow I don't blame them! The tigress is here :-D

                                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?

                                  R Offline
                                  R Offline
                                  Rocky Moore
                                  wrote on last edited by
                                  #41

                                  C++ will probably never be dead, the same as C/ASM/Cobal/B?SIC and a ton of other languages still continue to this day. How often do you see an ASM job though? Same for C/C++, the jobs are fewer every day. From what I can see, the future is .NET and Java with a few others on a smaller scale such as Python, Ruby, etc. The primary focus though is on the two big boys and more jobs are moving to the front daily. Of course, this does not matter if you are self employed designing products of the market, you simply use what you like, but for the future job market, it is best to be in one of the two main camps. I first got hooked on computers back in 1981 and have moved through quite a bit of technology, but the longest run was C\C++ which dominated most of the development world for about a decade or so. The future is still a blank page though, someone could come out with a new hot language/technology and the switch would be on. I know this is how I felt when C#/.NET first hit the public betas, even after the best part of two decades developing C/C++, I moved like a rabid dog to C#/.NET and have not looked back. It saves me time and allows for much more feature rich applications/sites than prior technologies. That is what is important to me. If something better comes out tomorrow, I will probably cut and run to the next new thing that saves me time and empowers my creative side. In the job market though, there is usually a lag in jobs for new technology. I think the .NET job market is still just settling in and will be a couple more years before it is at the peak. A lot will depend on how well Windows Vista does in the market and of course, what Google does to attack MS :) Rocky <>< Latest Post: SQL2005 Server Managemnet Studio timeouts! Blog: www.RockyMoore.com/TheCoder/[^]

                                  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?

                                    M Offline
                                    M Offline
                                    Marc Clifton
                                    wrote on last edited by
                                    #42

                                    Let's just say, C++'s honeymoon is over. It's become a workhorse tool, not a passion. Well, except for the diehard fanatics you find in every crowd--the ones that don't grow out of their "newest gadget" fanatacism. :) Marc Pensieve

                                    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

                                      K Offline
                                      K Offline
                                      Kevin McFarlane
                                      wrote on last edited by
                                      #43

                                      norm.net wrote:

                                      Some of the layers of the Windows O/S are rumoured to be written in C#

                                      I read in an MSDN chat that Windows Vista is written in a mixture of C, C++, Assembler, Managed C++ and C#. Kevin

                                      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?

                                        K Offline
                                        K Offline
                                        Kevin McFarlane
                                        wrote on last edited by
                                        #44

                                        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.

                                        C and C++ will just get more and more restricted to systems programming, games, high-performance computing, device drivers, embedded, etc. Typical business apps. will tend to be written in Java,.NET and, as you say elsewhere, Python, Ruby et al. In general C++ will be wheeled out for those tasks where nothing else will do. This will apply even for some aspects of .NET. Kevin

                                        M 1 Reply 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!

                                          J Offline
                                          J Offline
                                          Jeremy Falcon
                                          wrote on last edited by
                                          #45

                                          My thoughts exactly. Wether people realize it or not, .NET will be dominating the world that classic VB used to. Jeremy Falcon

                                          1 Reply 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