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. [Curiosity] What does the "average" C++ developer work on?

[Curiosity] What does the "average" C++ developer work on?

Scheduled Pinned Locked Moved The Lounge
c++comgraphicsgame-devquestion
59 Posts 32 Posters 26 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.
  • S Super Lloyd

    Fair enough. Mmm I mostly write desktop GUI application. I wonder if the C++ developer does that too? But I think WPF is way more productive in general and easier in C#, so I guess the C++ developer is at a disadvantage here, so I guess (s)he doesn't... I don't do web app, neither does the C++ developer I guess... What does that leave... driver perhaps? micro controler?

    A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

    A Offline
    A Offline
    AspDotNetDev
    wrote on last edited by
    #8

    Super Lloyd wrote:

    What does that leave

    Graphics-intensive applications (e.g., video games, video codecs). Perhaps programs that are run on super computers (where a sub-optimal program would cost thousands of dollars in excessive processing). Legacy C++ applications. High performance libraries (e.g., math libraries, multi-threading libraries). Operating systems. iPhone and other mobile devices (where low-level access can be important and raw performance is necessary).

    [Forum Guidelines]

    S 1 Reply Last reply
    0
    • S Super Lloyd

      All in the title.. Never worked with MFC, read a book about it in 1998, tried it and couldn't get into it. Peruse a few C++ book, never found them that appealing. I did write a Uniscribe wrapper in ManagedC++, an ObjectiveC/GNUstep wrapper in ManagedC++ and some OpenGL setup code in C (tapped in with interop), that's about it for my native / C development. Neither did I work with C++ developers. So I wonder what does this strange beast do for a living?

      A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

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

      What does the "average" C++ developer work on? Maintenance, the stats say. I am working on the PC software for a measurement system. Some of the measurements can run standalone, but all of them require the PC for post processing. Lots of data - not in amount, but variety. A big client app, an automation interface so that the C# kids can do their magic, a swarm of tools, interfacing a mathematical scripting language for the other stuff.

      Agh! Reality! My Archnemesis![^]
      | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

      M 1 Reply Last reply
      0
      • M Mechanical

        There can be no "average" C++ developers. The "average" ones have long switched to .NET and apparently "like" it. :laugh: You could never like C++ unless you know what it can do, its limitations. Its only limit is the programmer using it.

        Super Lloyd wrote:

        So I wonder what does this strange beast do for a living?

        I would imagine maintaining legacy applications, writing games, doing "Real" development, helping other html "programmers" do their jobs. And it is being killed. No more do you see jobs for C++. They all want PHP, ASP.NET, ...

        NULL

        A Offline
        A Offline
        AspDotNetDev
        wrote on last edited by
        #10

        Yeah, C++ isn't really appropriate for the types of applications most businesses want. Many need things like web front ends, administrative GUI's, and large databases. The need for the type of performance C++ provides is not as ubiquitous as the need for ease of use programming languages. Like it or now, programmers are more and more becoming "users".

        [Forum Guidelines]

        M 1 Reply Last reply
        0
        • A AspDotNetDev

          Yeah, C++ isn't really appropriate for the types of applications most businesses want. Many need things like web front ends, administrative GUI's, and large databases. The need for the type of performance C++ provides is not as ubiquitous as the need for ease of use programming languages. Like it or now, programmers are more and more becoming "users".

          [Forum Guidelines]

          M Offline
          M Offline
          Mechanical
          wrote on last edited by
          #11

          That is correct. And a time will come when the "tools" will become so easy that anyone with a diploma will be able to write applications. You will no longer be required to study all the 'boring' details. Just get a diploma in a language and start cranking out code... like a monkey. It is happening right now.

          NULL

          K C H 3 Replies Last reply
          0
          • P peterchen

            What does the "average" C++ developer work on? Maintenance, the stats say. I am working on the PC software for a measurement system. Some of the measurements can run standalone, but all of them require the PC for post processing. Lots of data - not in amount, but variety. A big client app, an automation interface so that the C# kids can do their magic, a swarm of tools, interfacing a mathematical scripting language for the other stuff.

            Agh! Reality! My Archnemesis![^]
            | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

            M Offline
            M Offline
            Mechanical
            wrote on last edited by
            #12

            peterchen wrote:

            so that the C# kids can do their magic

            These days kids think that bringing data from a Database makes them "Programmers". And using an ActiveX control to do all the work makes them Magicians. A few years ago, displaying data wasn't "Programming". Now we have PHP Programmmers, ASP.NET Programmers, Javascript Programmers, Flash Programmers, Silverlight Wizards,...

            NULL

            P 1 Reply Last reply
            0
            • S Super Lloyd

              All in the title.. Never worked with MFC, read a book about it in 1998, tried it and couldn't get into it. Peruse a few C++ book, never found them that appealing. I did write a Uniscribe wrapper in ManagedC++, an ObjectiveC/GNUstep wrapper in ManagedC++ and some OpenGL setup code in C (tapped in with interop), that's about it for my native / C development. Neither did I work with C++ developers. So I wonder what does this strange beast do for a living?

              A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

              R Offline
              R Offline
              Rama Krishna Vavilala
              wrote on last edited by
              #13

              Multhi-threaded high volume client server application. However, to be fair My application is not just c++, it consists of JavaScript, vbscript, c#, and also vvb6 ( though it is being phased out slowly). For performance reasons, the core is c++ and core ui is also c++\mfc.

              1 Reply Last reply
              0
              • S Super Lloyd

                All in the title.. Never worked with MFC, read a book about it in 1998, tried it and couldn't get into it. Peruse a few C++ book, never found them that appealing. I did write a Uniscribe wrapper in ManagedC++, an ObjectiveC/GNUstep wrapper in ManagedC++ and some OpenGL setup code in C (tapped in with interop), that's about it for my native / C development. Neither did I work with C++ developers. So I wonder what does this strange beast do for a living?

                A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                R Offline
                R Offline
                realJSOP
                wrote on last edited by
                #14

                CListCtrl

                .45 ACP - because shooting twice is just silly
                -----
                "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                -----
                "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                D P 2 Replies Last reply
                0
                • R realJSOP

                  CListCtrl

                  .45 ACP - because shooting twice is just silly
                  -----
                  "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                  -----
                  "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

                  D Offline
                  D Offline
                  Dan Mos
                  wrote on last edited by
                  #15

                  Yeah but 0) It does not implement ITerror 1) LqiudNitro 2) Baboon . . . All of this _**mus**_t have libs/trends are C# specific. Until I see a C/C++ implementation of those libs I'll stick with the kids. :-\

                  1 Reply Last reply
                  0
                  • S Super Lloyd

                    Fair enough. Mmm I mostly write desktop GUI application. I wonder if the C++ developer does that too? But I think WPF is way more productive in general and easier in C#, so I guess the C++ developer is at a disadvantage here, so I guess (s)he doesn't... I don't do web app, neither does the C++ developer I guess... What does that leave... driver perhaps? micro controler?

                    A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

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

                    Super Lloyd wrote:

                    I mostly write desktop GUI application. I wonder if the C++ developer does that too?

                    I suspect most Windows desktop apps. are written in C++ or maybe C and C++ but I don't know whether the "average" C++ dev does these.

                    Kevin

                    1 Reply Last reply
                    0
                    • M Mechanical

                      That is correct. And a time will come when the "tools" will become so easy that anyone with a diploma will be able to write applications. You will no longer be required to study all the 'boring' details. Just get a diploma in a language and start cranking out code... like a monkey. It is happening right now.

                      NULL

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

                      Mechanical wrote:

                      And a time will come when the "tools" will become so easy

                      Well, if you take .NET it doesn't seem to be getting easier but more complex. The languages raise their abstraction but then the complexity shifts to the frameworks and techniques. And then you get the ever merciless tyranny of version-itis. E.g., "must have six months commercial experience of Silverlight 4." "Done 2 years of Silverlight 3? Tough. We consider you to have zero experience." Speaks a cynical unemployed programmer. :(

                      Kevin

                      M 1 Reply Last reply
                      0
                      • S Super Lloyd

                        All in the title.. Never worked with MFC, read a book about it in 1998, tried it and couldn't get into it. Peruse a few C++ book, never found them that appealing. I did write a Uniscribe wrapper in ManagedC++, an ObjectiveC/GNUstep wrapper in ManagedC++ and some OpenGL setup code in C (tapped in with interop), that's about it for my native / C development. Neither did I work with C++ developers. So I wonder what does this strange beast do for a living?

                        A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                        D Offline
                        D Offline
                        Dave Parker
                        wrote on last edited by
                        #18

                        I loved coding in C++ prior to getting a job, I guess because it was fun to work so close to the metal, allowed for heavy optimization and there were lots of nice tricks that could be achieved with things like macros and templates. Out in the real world though I've never come across a C/C++ job, and for over 95% of the projects I've worked on (for money) C++ would have been a worse choice than C#/.NET. It's usually faster to write something in .NET and I don't see any real benefit to spending longer writing common run-of-the-mill applications in C++, even if it was to use some framework such as MFC. My guess is the main reason to use it would be for low level device drivers. And possibly games - I'm not an expert in the pros/cons of writing a game using C++ and DirectX versus XNA framework, but I still think C++ would be a good choice for games anyway.

                        R 1 Reply Last reply
                        0
                        • S Super Lloyd

                          All in the title.. Never worked with MFC, read a book about it in 1998, tried it and couldn't get into it. Peruse a few C++ book, never found them that appealing. I did write a Uniscribe wrapper in ManagedC++, an ObjectiveC/GNUstep wrapper in ManagedC++ and some OpenGL setup code in C (tapped in with interop), that's about it for my native / C development. Neither did I work with C++ developers. So I wonder what does this strange beast do for a living?

                          A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                          N Offline
                          N Offline
                          Nemanja Trifunovic
                          wrote on last edited by
                          #19

                          Super Lloyd wrote:

                          So I wonder what does this strange beast do for a living?

                          Look at the job descriptions for C++ coders at any job site, or job postings of big software companies like Microsoft, Adobe or AutoDesk and you'll get a pretty good idea. Anyway, i don't know why you think C++ develpers are rare and strange creatures. Pretty much all the software you run on your computer is written in either C or C++.

                          utf8-cpp

                          K 1 Reply Last reply
                          0
                          • K Kevin McFarlane

                            Mechanical wrote:

                            And a time will come when the "tools" will become so easy

                            Well, if you take .NET it doesn't seem to be getting easier but more complex. The languages raise their abstraction but then the complexity shifts to the frameworks and techniques. And then you get the ever merciless tyranny of version-itis. E.g., "must have six months commercial experience of Silverlight 4." "Done 2 years of Silverlight 3? Tough. We consider you to have zero experience." Speaks a cynical unemployed programmer. :(

                            Kevin

                            M Offline
                            M Offline
                            Mechanical
                            wrote on last edited by
                            #20

                            By requiring years of experience, they can dictate what they are going to pay you. And most importantly the majority of applicants are kids who can barely write a 'Hello World' program. Talent is not so common these days and when a manager finds someone with talent, he tries to demean the person and assaults his experience and questions it. The Real ProgrammerTM fails while someone with a fast tongue gets the job.

                            NULL

                            K A 2 Replies Last reply
                            0
                            • S Super Lloyd

                              All in the title.. Never worked with MFC, read a book about it in 1998, tried it and couldn't get into it. Peruse a few C++ book, never found them that appealing. I did write a Uniscribe wrapper in ManagedC++, an ObjectiveC/GNUstep wrapper in ManagedC++ and some OpenGL setup code in C (tapped in with interop), that's about it for my native / C development. Neither did I work with C++ developers. So I wonder what does this strange beast do for a living?

                              A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                              L Offline
                              L Offline
                              Leslie Sanford
                              wrote on last edited by
                              #21

                              Super Lloyd wrote:

                              So I wonder what does this strange beast do for a living?

                              I wrote these VST plugins[^] in C++. FWIW.

                              1 Reply Last reply
                              0
                              • R realJSOP

                                CListCtrl

                                .45 ACP - because shooting twice is just silly
                                -----
                                "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                -----
                                "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

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

                                :thumbsup: Though it's more of LVItem for me.

                                Agh! Reality! My Archnemesis![^]
                                | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.

                                1 Reply Last reply
                                0
                                • S Super Lloyd

                                  All in the title.. Never worked with MFC, read a book about it in 1998, tried it and couldn't get into it. Peruse a few C++ book, never found them that appealing. I did write a Uniscribe wrapper in ManagedC++, an ObjectiveC/GNUstep wrapper in ManagedC++ and some OpenGL setup code in C (tapped in with interop), that's about it for my native / C development. Neither did I work with C++ developers. So I wonder what does this strange beast do for a living?

                                  A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                                  P Offline
                                  P Offline
                                  PIEBALDconsult
                                  wrote on last edited by
                                  #23

                                  "Average" C++ developers can no longer find employment -- you need to be a "rock-star" C++ developer nowadays. :cool:

                                  D 1 Reply Last reply
                                  0
                                  • M Mechanical

                                    By requiring years of experience, they can dictate what they are going to pay you. And most importantly the majority of applicants are kids who can barely write a 'Hello World' program. Talent is not so common these days and when a manager finds someone with talent, he tries to demean the person and assaults his experience and questions it. The Real ProgrammerTM fails while someone with a fast tongue gets the job.

                                    NULL

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

                                    Mechanical wrote:

                                    By requiring years of experience, they can dictate what they are going to pay you.

                                    No, by requiring years of experience they can dictate whether they are even going to hire you at all.

                                    Mechanical wrote:

                                    The Real ProgrammerTM fails while someone with a fast tongue gets the job.

                                    Maybe that's why I'm unemployed? :laugh:

                                    Kevin

                                    1 Reply Last reply
                                    0
                                    • N Nemanja Trifunovic

                                      Super Lloyd wrote:

                                      So I wonder what does this strange beast do for a living?

                                      Look at the job descriptions for C++ coders at any job site, or job postings of big software companies like Microsoft, Adobe or AutoDesk and you'll get a pretty good idea. Anyway, i don't know why you think C++ develpers are rare and strange creatures. Pretty much all the software you run on your computer is written in either C or C++.

                                      utf8-cpp

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

                                      Nemanja Trifunovic wrote:

                                      Pretty much all the software you run on your computer is written in either C or C++

                                      ...including of course the higher level languages and runtimes that are currently in more demand than C++. :) C++ will always have a niche for certain problem domains. It covers the areas where "if you can't do it in anything else, you can do it in C++."

                                      Kevin

                                      1 Reply Last reply
                                      0
                                      • S Super Lloyd

                                        All in the title.. Never worked with MFC, read a book about it in 1998, tried it and couldn't get into it. Peruse a few C++ book, never found them that appealing. I did write a Uniscribe wrapper in ManagedC++, an ObjectiveC/GNUstep wrapper in ManagedC++ and some OpenGL setup code in C (tapped in with interop), that's about it for my native / C development. Neither did I work with C++ developers. So I wonder what does this strange beast do for a living?

                                        A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

                                        R Offline
                                        R Offline
                                        Robert Surtees
                                        wrote on last edited by
                                        #26

                                        C, not C++. I work on an automated material handling system. On one end it controls conveyors, scanners, PLCs, stacker cranes, sortation systems and the occasional blinking light. On the other, user applications that allow receipt, selection and delivery of goods, stock inspection and workflow planning.

                                        1 Reply Last reply
                                        0
                                        • P PIEBALDconsult

                                          "Average" C++ developers can no longer find employment -- you need to be a "rock-star" C++ developer nowadays. :cool:

                                          D Offline
                                          D Offline
                                          Dan Mos
                                          wrote on last edited by
                                          #27

                                          :thumbsup: that's also true for C#. One would have to be a RUMOROUS C# developer. :)

                                          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