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. "GUI" developers [modified]

"GUI" developers [modified]

Scheduled Pinned Locked Moved The Lounge
c++question
34 Posts 21 Posters 0 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.
  • M Michael Schubert

    OK, there is this guy in the C++ forum attempting to build his project from the command line. He's been told to build the project with "devenv /rebuild" but he gets "devenv is not recognized as internal or external command" and doesn't know what that means. I know that for most users the OS is just a thin layer of shiny buttons and fancy colors but a developer should know what's happening beneath (or beyond) that, don't you think?

    modified on Friday, November 13, 2009 5:30 AM

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

    A developer should be able to cobble together a one-click build process. That almost requires some basic command line skills.

    Personally, I love the idea that Raymond spends his nights posting bad regexs to mailing lists under the pseudonym of Jane Smith. He'd be like a super hero, only more nerdy and less useful. [Trevel]
    | FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server

    1 Reply Last reply
    0
    • S SachinBhave

      He seems to be in the same league as one of my colleagues who type-casted String to Treenode (under JAVA), and upon receiving an exception complained that there seems to be "some" problem here :-D

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #15

      TheIndian wrote:

      He seems to be in the same league as one of my colleagues who type-casted String to Treenode (under JAVA), and upon receiving an exception complained that there seems to be "some" problem here

      Did you explain that colleague that the problem seems to exist between the chair and the keyboard? (Java *itself* is a problem, but that's another aspect of the argument).

      “Follow your bliss.” – Joseph Campbell

      S 1 Reply Last reply
      0
      • R Rajesh R Subramanian

        TheIndian wrote:

        He seems to be in the same league as one of my colleagues who type-casted String to Treenode (under JAVA), and upon receiving an exception complained that there seems to be "some" problem here

        Did you explain that colleague that the problem seems to exist between the chair and the keyboard? (Java *itself* is a problem, but that's another aspect of the argument).

        “Follow your bliss.” – Joseph Campbell

        S Offline
        S Offline
        SachinBhave
        wrote on last edited by
        #16

        Rajesh R Subramanian wrote:

        Did you explain

        I dont dare explain him anything :-D

        1 Reply Last reply
        0
        • realJSOPR realJSOP

          I did a phone interview for a job yesterday, and I got the impression that the guy has never had to do an serious work at the DOS prompt. The further away from the 80's you get, the less likely you'll find programmers that are even aware that they can use the command prompt for things.

          .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 Neely
          wrote on last edited by
          #17

          agreed. Excepting penguins I doubt there's more than a handful of people under the age of 20 with non-trivial levels of commandline skills. Win95 removed any need for it from the average PC user.

          3x12=36 2x12=24 1x12=12 0x12=18

          OriginalGriffO 1 Reply Last reply
          0
          • M Michael Schubert

            OK, there is this guy in the C++ forum attempting to build his project from the command line. He's been told to build the project with "devenv /rebuild" but he gets "devenv is not recognized as internal or external command" and doesn't know what that means. I know that for most users the OS is just a thin layer of shiny buttons and fancy colors but a developer should know what's happening beneath (or beyond) that, don't you think?

            modified on Friday, November 13, 2009 5:30 AM

            J Offline
            J Offline
            Jim Crafton
            wrote on last edited by
            #18

            Yes.

            ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

            1 Reply Last reply
            0
            • P pseudonym67

              Whilst in a purist world you might be right and even in a world where only the technically competent were allowed to do jobs that you know require technical competence. You are aware I take that there are people who are called computer programmers these days that have never written anything that runs outside of a browser. And even worse than that, that joe public thinks these are the "real" developers because when they ask what they are working on they get told things they can actually understand.

              pseudonym67 My Articles[^] Personal Music Player[^]

              J Offline
              J Offline
              Jim Crafton
              wrote on last edited by
              #19

              pseudonym67 wrote:

              there are people who are called computer programmers these days that have never written anything that runs outside of a browser.

              You forgot the quotes around "programmers". :)

              ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

              1 Reply Last reply
              0
              • S SachinBhave

                He seems to be in the same league as one of my colleagues who type-casted String to Treenode (under JAVA), and upon receiving an exception complained that there seems to be "some" problem here :-D

                J Offline
                J Offline
                Jim Crafton
                wrote on last edited by
                #20

                Ah yes typecasting. I once worked with someone who put this in our java codebase:

                String s = new Object;

                Checked it in, broke the build, and then claimed complete lack of knowledge as to why things might not be compiling anymore. Sigh.

                ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

                1 Reply Last reply
                0
                • M Michael Schubert

                  OK, there is this guy in the C++ forum attempting to build his project from the command line. He's been told to build the project with "devenv /rebuild" but he gets "devenv is not recognized as internal or external command" and doesn't know what that means. I know that for most users the OS is just a thin layer of shiny buttons and fancy colors but a developer should know what's happening beneath (or beyond) that, don't you think?

                  modified on Friday, November 13, 2009 5:30 AM

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

                  Just wanted to thank you for the fingerprints I now have all over my screen from trying to kill your profile bug. :doh:

                  1 Reply Last reply
                  0
                  • M Michael Schubert

                    OK, there is this guy in the C++ forum attempting to build his project from the command line. He's been told to build the project with "devenv /rebuild" but he gets "devenv is not recognized as internal or external command" and doesn't know what that means. I know that for most users the OS is just a thin layer of shiny buttons and fancy colors but a developer should know what's happening beneath (or beyond) that, don't you think?

                    modified on Friday, November 13, 2009 5:30 AM

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

                    Hear hear! I've said it before and I'll say it again -- but I don't have to this time because you said it. There are certain tasks where a GUI excels and others where a command line excels -- use the right tool for the right job. On my last job I received a certain amount of ridicule because I spent so much time at the DOS prompt. I told people I was looking at the raw matrix.

                    1 Reply Last reply
                    0
                    • M Michael Schubert

                      OK, there is this guy in the C++ forum attempting to build his project from the command line. He's been told to build the project with "devenv /rebuild" but he gets "devenv is not recognized as internal or external command" and doesn't know what that means. I know that for most users the OS is just a thin layer of shiny buttons and fancy colors but a developer should know what's happening beneath (or beyond) that, don't you think?

                      modified on Friday, November 13, 2009 5:30 AM

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

                      Michael Schubert wrote:

                      I know that for most users the OS is just a thin layer of shiny buttons and fancy colors but a developer should know what's happening beneath (or beyond) that, don't you think?

                      Personally, I think anyone who calls themselves a developer should have at least one decent sized app written in assembly language--by that, I mean, pick an emulator of your choice that targets a GameBoy, C64, Apple, or some other similar ancient machine, and write something, so you learn about hardware, registers, stacks, memory management, etc. But then again, that's just me and my weird way of looking at things. [edit]I think my point is made by the forum post below "why .net devs did that" :doh: [/edit] Marc

                      Will work for food. Interacx

                      I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner

                      1 Reply Last reply
                      0
                      • R Rama Krishna Vavilala

                        Sure! I think when someone is learning programing he should try to use low tech tools such as notepad and command line tools.

                        Click here to get a Google Wave Invite.

                        D Offline
                        D Offline
                        David Crow
                        wrote on last edited by
                        #24

                        Rama Krishna Vavilala wrote:

                        I think when someone is learning programing he should try to use low tech tools such as notepad...

                        Back when I was using VC++ 1.x, it had no resource editor, thus I made my first few GUI programs using Notepad to create/modify the resource file. I was later introduced to Borland's Resource Editor.

                        "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                        "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                        1 Reply Last reply
                        0
                        • D Dan Neely

                          agreed. Excepting penguins I doubt there's more than a handful of people under the age of 20 with non-trivial levels of commandline skills. Win95 removed any need for it from the average PC user.

                          3x12=36 2x12=24 1x12=12 0x12=18

                          OriginalGriffO Offline
                          OriginalGriffO Offline
                          OriginalGriff
                          wrote on last edited by
                          #25

                          Dan Neely wrote:

                          Win95 removed any need for it from the average PC user

                          Hah! You are totally wrong there: "Format c:" and "fdisk" were things you had to know how to do to work with win95, and superb command line skills were needed to get a boot disk that could see the CD (and the mouse) for reinstall when it all went Pete Tong! :laugh:

                          No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones "Rumour has it that if you play Microsoft CDs backwards you will hear Satanic messages.Worse still, is that if you play them forwards they will install Windows"

                          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                          D 1 Reply Last reply
                          0
                          • OriginalGriffO OriginalGriff

                            Dan Neely wrote:

                            Win95 removed any need for it from the average PC user

                            Hah! You are totally wrong there: "Format c:" and "fdisk" were things you had to know how to do to work with win95, and superb command line skills were needed to get a boot disk that could see the CD (and the mouse) for reinstall when it all went Pete Tong! :laugh:

                            No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones "Rumour has it that if you play Microsoft CDs backwards you will hear Satanic messages.Worse still, is that if you play them forwards they will install Windows"

                            D Offline
                            D Offline
                            Dan Neely
                            wrote on last edited by
                            #26

                            Joe Moron never knew how to fix his PC even then. He'd either pay $40/hour for a PFY at his local computer shop to fix it; or find friendsucker willing to do it for a case of cheap beer. :rolleyes:

                            3x12=36 2x12=24 1x12=12 0x12=18

                            1 Reply Last reply
                            0
                            • R Rama Krishna Vavilala

                              Sure! I think when someone is learning programing he should try to use low tech tools such as notepad and command line tools.

                              Click here to get a Google Wave Invite.

                              J Offline
                              J Offline
                              Jorgen Sigvardsson
                              wrote on last edited by
                              #27

                              I'm not sure if you're sarcastic or not, but yeah, I agree. When you have to go through the "crap", you learn two valuable lessons: 1) You know how it works under the hood, thus gaining an understanding of how it works. Invaluable when you end up in situations like the "GUI" developer. You don't have to yank someone else to get it done - you can do it yourself. 2) You get to learn early on that programming can be tedious. There will be days when you wish you had picked another job. Learning the hard way gives you a higher tolerance threshold.

                              -- Kein Mitleid Für Die Mehrheit

                              R 1 Reply Last reply
                              0
                              • J Jorgen Sigvardsson

                                I'm not sure if you're sarcastic or not, but yeah, I agree. When you have to go through the "crap", you learn two valuable lessons: 1) You know how it works under the hood, thus gaining an understanding of how it works. Invaluable when you end up in situations like the "GUI" developer. You don't have to yank someone else to get it done - you can do it yourself. 2) You get to learn early on that programming can be tedious. There will be days when you wish you had picked another job. Learning the hard way gives you a higher tolerance threshold.

                                -- Kein Mitleid Für Die Mehrheit

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

                                Jörgen Sigvardsson wrote:

                                sarcastic

                                No, I am very serious. Most of the times I try to learn new things doing it the old fashioned way. I have learned so many things just by writing make files and msbuild files using notepad. Recently I created a Silverlight project from scratch.

                                Click here to get a Google Wave Invite.

                                1 Reply Last reply
                                0
                                • R Rama Krishna Vavilala

                                  Sure! I think when someone is learning programing he should try to use low tech tools such as notepad and command line tools.

                                  Click here to get a Google Wave Invite.

                                  M Offline
                                  M Offline
                                  Member 1709723
                                  wrote on last edited by
                                  #29

                                  you must be a genius! i bring up notepad using the command prompt and then i keep typing all kings of command in notepad, but alas, nothing is happening what am i doing wrong? i need your help urgently!!!

                                  Opium is my business. The bridge mean more traffic. More traffic mean more money. More money mean more power. Speed is important in business. Time is money. You said opium was money. Money is Money. Well then, what is time again? icalburner.net

                                  1 Reply Last reply
                                  0
                                  • M Michael Schubert

                                    OK, there is this guy in the C++ forum attempting to build his project from the command line. He's been told to build the project with "devenv /rebuild" but he gets "devenv is not recognized as internal or external command" and doesn't know what that means. I know that for most users the OS is just a thin layer of shiny buttons and fancy colors but a developer should know what's happening beneath (or beyond) that, don't you think?

                                    modified on Friday, November 13, 2009 5:30 AM

                                    S Offline
                                    S Offline
                                    Stuart Dootson
                                    wrote on last edited by
                                    #30

                                    Maybe developers should have a mandatory period developing with vi and a CygWin install…and that's it! Or, if they want to start like I did (VAX TPU + VAXset + VAX C/FORTRAN), that'sfine :-)

                                    Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                                    D P 2 Replies Last reply
                                    0
                                    • S Stuart Dootson

                                      Maybe developers should have a mandatory period developing with vi and a CygWin install…and that's it! Or, if they want to start like I did (VAX TPU + VAXset + VAX C/FORTRAN), that'sfine :-)

                                      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                                      D Offline
                                      D Offline
                                      Dan Neely
                                      wrote on last edited by
                                      #31

                                      Next I suppose you'll suggest giving your tech writers a set of stone cutting/carving tools and map to the local quarry. :rolleyes:

                                      3x12=36 2x12=24 1x12=12 0x12=18

                                      S 1 Reply Last reply
                                      0
                                      • D Dan Neely

                                        Next I suppose you'll suggest giving your tech writers a set of stone cutting/carving tools and map to the local quarry. :rolleyes:

                                        3x12=36 2x12=24 1x12=12 0x12=18

                                        S Offline
                                        S Offline
                                        Stuart Dootson
                                        wrote on last edited by
                                        #32

                                        No, I was going to give them papyrus reeds so they could make their own paper. Seriously, though - you see the gap between IDE and command-line tools as that large? Interesting.

                                        Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                                        D 1 Reply Last reply
                                        0
                                        • S Stuart Dootson

                                          Maybe developers should have a mandatory period developing with vi and a CygWin install…and that's it! Or, if they want to start like I did (VAX TPU + VAXset + VAX C/FORTRAN), that'sfine :-)

                                          Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

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

                                          I, too, learned on DEC equipment. With TECO and EDT, no TPU or vi. It has occurred to me, that if I ever teach I should bring one of my AlphaServers in and have the students Telnet in and try to write something.

                                          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