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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Other Discussions
  3. The Back Room
  4. g++ is

g++ is

Scheduled Pinned Locked Moved The Back Room
c++
11 Posts 8 Posters 1 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.
  • J Jorgen Sigvardsson

    the slowest c++ compiler ever written. It didn't use to be so damn slow. :sigh: Compiling the typical hello world program takes ages!

    D Offline
    D Offline
    Diego Moita
    wrote on last edited by
    #2

    And generates a slow and bloated code, too. Most of times a compiler from the chip manufacturer (Intel, MIPS, Arm,...) is a better alternative.


    'My country, right or wrong' is a thing no patriot would ever think of saying except in a desperate case. It is like saying 'My mother, drunk or sober.'
    GK Chesterton

    J 1 Reply Last reply
    0
    • J Jorgen Sigvardsson

      the slowest c++ compiler ever written. It didn't use to be so damn slow. :sigh: Compiling the typical hello world program takes ages!

      U Offline
      U Offline
      User Removed
      wrote on last edited by
      #3

      Let me write you a faster one in plain english. To run: Start Up. Compile C++ Code. Do It fast.

      1 Reply Last reply
      0
      • D Diego Moita

        And generates a slow and bloated code, too. Most of times a compiler from the chip manufacturer (Intel, MIPS, Arm,...) is a better alternative.


        'My country, right or wrong' is a thing no patriot would ever think of saying except in a desperate case. It is like saying 'My mother, drunk or sober.'
        GK Chesterton

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

        It might be a better alternative in some scenarios. For my own hobbyist installation of Debian/Linux on my own home computer, it's not such a great alternative from both economical and technical perspectives. :)

        -- [LIVE] From Omicron Persei 8

        L 1 Reply Last reply
        0
        • J Jorgen Sigvardsson

          the slowest c++ compiler ever written. It didn't use to be so damn slow. :sigh: Compiling the typical hello world program takes ages!

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

          Joergen Sigvardsson wrote:

          g++ is the slowest c++ compiler ever written.

          Or at least it was before VC++ 2005 was released. Geez, I work with the two slowest C++ compilers in the world X|


          Programming Blog utf8-cpp

          J 1 Reply Last reply
          0
          • N Nemanja Trifunovic

            Joergen Sigvardsson wrote:

            g++ is the slowest c++ compiler ever written.

            Or at least it was before VC++ 2005 was released. Geez, I work with the two slowest C++ compilers in the world X|


            Programming Blog utf8-cpp

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

            VC++ 2005 feels faster than g++ (4.x). The VS IDE however is slower than anything I've ever worked with. I actually enjoy the occasional hacking in Emacs. I've even taken the classic Emacs color scheme (the green/yellow one) to the VS IDE. Ahh.. :)

            -- For External Use Only

            R 1 Reply Last reply
            0
            • J Jorgen Sigvardsson

              It might be a better alternative in some scenarios. For my own hobbyist installation of Debian/Linux on my own home computer, it's not such a great alternative from both economical and technical perspectives. :)

              -- [LIVE] From Omicron Persei 8

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

              Joergen Sigvardsson wrote:

              For my own hobbyist installation of Debian/Linux on my own home computer, it's not such a great alternative from both economical and technical perspectives.

              I would have bought Visual Studio 2005, but I got VS2005 and a book in the mail for free. It was a promotional offer where I had to watch 3 web casts and they would mail it to me. Its completely genuine with the holographic CDs and stuff. That was awesome when I got that package in the mail, I didn't even have to pay shipping and handling, %100 free.

              █▒▒▒▒▒██▒█▒██ █▒█████▒▒▒▒▒█ █▒██████▒█▒██ █▒█████▒▒▒▒▒█ █▒▒▒▒▒██▒█▒██

              1 Reply Last reply
              0
              • J Jorgen Sigvardsson

                VC++ 2005 feels faster than g++ (4.x). The VS IDE however is slower than anything I've ever worked with. I actually enjoy the occasional hacking in Emacs. I've even taken the classic Emacs color scheme (the green/yellow one) to the VS IDE. Ahh.. :)

                -- For External Use Only

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

                Joergen Sigvardsson wrote:

                I actually enjoy the occasional hacking in Emacs. I've even taken the classic Emacs color scheme (the green/yellow one) to the VS IDE.

                Will you give me a link? I would like to try it too :rolleyes:


                Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

                J 1 Reply Last reply
                0
                • R Rajesh R Subramanian

                  Joergen Sigvardsson wrote:

                  I actually enjoy the occasional hacking in Emacs. I've even taken the classic Emacs color scheme (the green/yellow one) to the VS IDE.

                  Will you give me a link? I would like to try it too :rolleyes:


                  Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

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

                  http://www.cs.cmu.edu/~maverick/GNUEmacsColorThemeTest/index-el.html[^] Look for "Classic" :) I had to manually enter those color values. :sigh:

                  -- -= Proudly Made on Earth =-

                  R 1 Reply Last reply
                  0
                  • J Jorgen Sigvardsson

                    the slowest c++ compiler ever written. It didn't use to be so damn slow. :sigh: Compiling the typical hello world program takes ages!

                    M Offline
                    M Offline
                    Monty2
                    wrote on last edited by
                    #10

                    Joergen Sigvardsson wrote:

                    g++ is ...

                    ... not the father of gstring :-D


                    If you think you can than you can, if you think you can't you are right.

                    1 Reply Last reply
                    0
                    • J Jorgen Sigvardsson

                      http://www.cs.cmu.edu/~maverick/GNUEmacsColorThemeTest/index-el.html[^] Look for "Classic" :) I had to manually enter those color values. :sigh:

                      -- -= Proudly Made on Earth =-

                      R Offline
                      R Offline
                      Rohde
                      wrote on last edited by
                      #11

                      Hey that's a great color scheme. I'll try that with VS.


                      "When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
                      -Atlas Shrugged, Ayn Rand

                      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