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. Favorite programming language?

Favorite programming language?

Scheduled Pinned Locked Moved The Lounge
c++question
59 Posts 32 Posters 78 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 Marc Clifton

    No way! I find it really rewarding when someone can look at my program and intuitively figure out how it works because I've designed a good UI. And besides, being a consultant, there isn't anyone I can share my code with and have them ooh and ahh (or maybe barf and puke). The UI is where the fun stuff is, because that's where the "social" aspect of programming comes in--it's how people "talk" with the program. Marc

    D Offline
    D Offline
    Daniel Ferguson
    wrote on last edited by
    #50

    I agree about UI programming. I hate programs with clumsy interfaces, so I like to make mine as friendly and intuitive as possible. Things like giving error messages in normal english that explain how to fix the problem, or making dialogs with big lists resizeable. _____________________ "They'd dearly make us pay For laughing in their faces And making it our way" -Love My Way, Psychedelic Furs

    1 Reply Last reply
    0
    • N Nemanja Trifunovic

      1. C++ 2. C 3. Z80 Assembler 4. Fortran 77 ;P :beer:

      C Offline
      C Offline
      ColinDavies
      wrote on last edited by
      #51

      Nemanja Trifunovic wrote: Fortran 77 its FORTRAN :-) Regardz Colin J Davies

      Sonork ID 100.9197:Colin

      You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

      1 Reply Last reply
      0
      • J Jorgen Sigvardsson

        I can't decide between Scheme and C++. Scheme is very clean and simple - elegant IMHO. C++ on the other hand is very complete and powerful. What's your favorite programming language? Preferred storyline: - I am your father. Search your feelings and you'll know it's the truth. Together we can rule this galaxy like father and son. - Ok dad. Let's kick some butt!

        C Offline
        C Offline
        ColinDavies
        wrote on last edited by
        #52

        1 APL 2 APL 3 APL I wish for a Visual APL IDE. Regardz Colin J Davies

        Sonork ID 100.9197:Colin

        You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

        J 1 Reply Last reply
        0
        • J Jorgen Sigvardsson

          I can't decide between Scheme and C++. Scheme is very clean and simple - elegant IMHO. C++ on the other hand is very complete and powerful. What's your favorite programming language? Preferred storyline: - I am your father. Search your feelings and you'll know it's the truth. Together we can rule this galaxy like father and son. - Ok dad. Let's kick some butt!

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

          Jörgen Sigvardsson wrote: What's your favorite programming language? Binary... ;) Actually I am language neutral. I really do not go "oooh, I love the way C++ handles blah blah." I just want to use whatever language is best suited to the solution. People peg VB on to me, that is only because it did the job I needed and it did it well. Hell, I have done Java even, when required of course. :-D And COBOL most definitley is not the best language. regards, Paul Watson Bluegrass Cape Town, South Africa "Winning an argument on the internet is like winning a gold medal at the Special Olympics -- even though you're the champ, you're still a retard." - Kuro5hin.org Wrong but still funny Simon Walton wrote: You come across a lot of people who call themselves realists, when they

          1 Reply Last reply
          0
          • J Jorgen Sigvardsson

            I can't decide between Scheme and C++. Scheme is very clean and simple - elegant IMHO. C++ on the other hand is very complete and powerful. What's your favorite programming language? Preferred storyline: - I am your father. Search your feelings and you'll know it's the truth. Together we can rule this galaxy like father and son. - Ok dad. Let's kick some butt!

            B Offline
            B Offline
            Brad Jennings
            wrote on last edited by
            #54

            I'd say C and C++ because they are so versitile, used for everything from microcontollers to GUI. Mentor Graphics software is also cool, but that isn't really programming.

            1 Reply Last reply
            0
            • C ColinDavies

              1 APL 2 APL 3 APL I wish for a Visual APL IDE. Regardz Colin J Davies

              Sonork ID 100.9197:Colin

              You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

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

              APL? :wtf: You sick and twisted masochist! ;P Preferred storyline: - I am your father. Search your feelings and you'll know it's the truth. Together we can rule this galaxy like father and son. - Ok dad. Let's kick some butt!

              C 1 Reply Last reply
              0
              • J Jorgen Sigvardsson

                I can't decide between Scheme and C++. Scheme is very clean and simple - elegant IMHO. C++ on the other hand is very complete and powerful. What's your favorite programming language? Preferred storyline: - I am your father. Search your feelings and you'll know it's the truth. Together we can rule this galaxy like father and son. - Ok dad. Let's kick some butt!

                J Offline
                J Offline
                jan larsen
                wrote on last edited by
                #56

                C, it is so simple and powerfull. You are in control of everything and the C compilers are now so developed and debugged that you can almost be sure that if an error occurs in your app then you will be able to find the bug in your own code and solve it. If the code is written by someone that have practiced C programming for years then it also tends to be very readable and easy to debug. And did i mention that it is incedibly fast?, assembler is faster if you know the CPU 100% and knows how to optimize for oddities like simultanous operations and memory alignment, but the few times I tried optimizing things like strchr() the VC5 compiler kicked my arse (there is however a BIG performance change in the compilations from VC4 to VC5, in VC4 such optimizations were actually faster than waht the compiler could come up with). "After all it's just text at the end of the day. - Colin Davies

                C 1 Reply Last reply
                0
                • J Jorgen Sigvardsson

                  APL? :wtf: You sick and twisted masochist! ;P Preferred storyline: - I am your father. Search your feelings and you'll know it's the truth. Together we can rule this galaxy like father and son. - Ok dad. Let's kick some butt!

                  C Offline
                  C Offline
                  ColinDavies
                  wrote on last edited by
                  #57

                  Before using APL I had bben using FORTRAN and COBOL, and when we switched to APL our developing times were reduced incredibly. But of course our code was write once and never touch again. :-) Regardz Colin J Davies

                  Sonork ID 100.9197:Colin

                  You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

                  1 Reply Last reply
                  0
                  • J jan larsen

                    C, it is so simple and powerfull. You are in control of everything and the C compilers are now so developed and debugged that you can almost be sure that if an error occurs in your app then you will be able to find the bug in your own code and solve it. If the code is written by someone that have practiced C programming for years then it also tends to be very readable and easy to debug. And did i mention that it is incedibly fast?, assembler is faster if you know the CPU 100% and knows how to optimize for oddities like simultanous operations and memory alignment, but the few times I tried optimizing things like strchr() the VC5 compiler kicked my arse (there is however a BIG performance change in the compilations from VC4 to VC5, in VC4 such optimizations were actually faster than waht the compiler could come up with). "After all it's just text at the end of the day. - Colin Davies

                    C Offline
                    C Offline
                    ColinDavies
                    wrote on last edited by
                    #58

                    Yeah I don't see antbenefit now in handcompiling C, but C++ compilers have still a way to come to reach C. I wonder if part of the problem is the C++ to C conversions are in need of a review. Regardz Colin J Davies

                    Sonork ID 100.9197:Colin

                    You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

                    T 1 Reply Last reply
                    0
                    • C ColinDavies

                      Yeah I don't see antbenefit now in handcompiling C, but C++ compilers have still a way to come to reach C. I wonder if part of the problem is the C++ to C conversions are in need of a review. Regardz Colin J Davies

                      Sonork ID 100.9197:Colin

                      You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.

                      T Offline
                      T Offline
                      Tim Lesher
                      wrote on last edited by
                      #59

                      I wonder if part of the problem is the C++ to C conversions are in need of a review. I don't know of any C++ compilers that compile to C as an intermediate step anymore. Every one I can think of goes straight from C++ to IL to code generation... Tim Lesher http://www.lesher.ws

                      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