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

    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
                        • S Stuart Dootson

                          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 Offline
                          D Offline
                          Dan Neely
                          wrote on last edited by
                          #34

                          no more so than the difference between a wet firecracker and the beam from a gamma ray burst.

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

                          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