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. What IDE is your choice for C/C++ project?

What IDE is your choice for C/C++ project?

Scheduled Pinned Locked Moved The Lounge
c++visual-studioquestion
66 Posts 48 Posters 2 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.
  • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

    ?

    "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

    B Offline
    B Offline
    bufalo1973
    wrote on last edited by
    #52

    KDevelop or QtCreator

    1 Reply Last reply
    0
    • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

      ?

      "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

      S Offline
      S Offline
      stephen hazel
      wrote on last edited by
      #53

      qtcreator now that i think windows10 is dieing and dieing fast.

      1 Reply Last reply
      0
      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

        ?

        "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

        StarNamer workS Offline
        StarNamer workS Offline
        StarNamer work
        wrote on last edited by
        #54

        VSCode, but only because the only C/C++ I write is for the Arduino and similar microcontroller and Visual Studio doesn't support PlatformIO as far as I am aware.

        1 Reply Last reply
        0
        • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

          ?

          "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

          R Offline
          R Offline
          rjmoses
          wrote on last edited by
          #55

          For me, it's a toss-up between VSCode and Qt Creator. Have tried many others, like Codelite, and they all came up a little short. I've been using QT Creator longer, so I lean that way a little more.

          1 Reply Last reply
          0
          • D Dave Kreskowiak

            EDLIN Accept no substitutes.

            Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
            Dave Kreskowiak

            G Offline
            G Offline
            Gary R Wheeler
            wrote on last edited by
            #56

            You fancy-boys and your EDLIN. Real men, women, and those of blended gender use TECO[^].

            Software Zen: delete this;

            O 1 Reply Last reply
            0
            • M markrlondon

              A butterfly farm.

              G Offline
              G Offline
              Gary R Wheeler
              wrote on last edited by
              #57

              Huh. You actually need an entire farm of them? I edit my replacement microkernel for Windows 10 using a single paraplegic double-amputee lunar moth.

              Software Zen: delete this;

              1 Reply Last reply
              0
              • A afigegoznaet

                Qt Creator. It's the best cross-platform IDE I've ever used. Besides, I kinda dislike MSVC, it's just too heavy for my taste, and it's heavy mainly because of lots of features I never use.

                G Offline
                G Offline
                Gary R Wheeler
                wrote on last edited by
                #58

                I used Qt Creator 3-4 years back. The editing was pretty nice, but the build system had some holes in it. I had to do complete rebuilds every time I changed a resource, as the build didn't consider that significant :wtf: .

                Software Zen: delete this;

                A 1 Reply Last reply
                0
                • G Gary R Wheeler

                  I used Qt Creator 3-4 years back. The editing was pretty nice, but the build system had some holes in it. I had to do complete rebuilds every time I changed a resource, as the build didn't consider that significant :wtf: .

                  Software Zen: delete this;

                  A Offline
                  A Offline
                  afigegoznaet
                  wrote on last edited by
                  #59

                  Isn't the build system external to QtCreator?

                  G 1 Reply Last reply
                  0
                  • G Gary R Wheeler

                    You fancy-boys and your EDLIN. Real men, women, and those of blended gender use TECO[^].

                    Software Zen: delete this;

                    O Offline
                    O Offline
                    OldDBA
                    wrote on last edited by
                    #60

                    There are some tasks for which I still use TECO.

                    G 1 Reply Last reply
                    0
                    • A afigegoznaet

                      Isn't the build system external to QtCreator?

                      G Offline
                      G Offline
                      Gary R Wheeler
                      wrote on last edited by
                      #61

                      It might have been. Like all open source tools, there's a certain amount of DIY associated with it. I would have expected, however, that it built it's own native projects correctly out-of-the-box. That was not the case when I used it.

                      Software Zen: delete this;

                      A 1 Reply Last reply
                      0
                      • O OldDBA

                        There are some tasks for which I still use TECO.

                        G Offline
                        G Offline
                        Gary R Wheeler
                        wrote on last edited by
                        #62

                        :omg: Are you running one of the versions for MS-DOS/Windows, or do you have an actual DEC machine?

                        Software Zen: delete this;

                        O 1 Reply Last reply
                        0
                        • G Gary R Wheeler

                          It might have been. Like all open source tools, there's a certain amount of DIY associated with it. I would have expected, however, that it built it's own native projects correctly out-of-the-box. That was not the case when I used it.

                          Software Zen: delete this;

                          A Offline
                          A Offline
                          afigegoznaet
                          wrote on last edited by
                          #63

                          I guess you're talking about qmake. Well, there's a reason why they decided to move on to cmake.

                          1 Reply Last reply
                          0
                          • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                            ?

                            "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                            R Offline
                            R Offline
                            rkl_alx
                            wrote on last edited by
                            #64

                            For me is Qt Creator, although Visual Studio 2017 is also quite good. I found that Qt Creator works very well with big projects. Visual Studio 2017 is also quite good, specially with the option of building remotely.

                            1 Reply Last reply
                            0
                            • G Gary R Wheeler

                              :omg: Are you running one of the versions for MS-DOS/Windows, or do you have an actual DEC machine?

                              Software Zen: delete this;

                              O Offline
                              O Offline
                              OldDBA
                              wrote on last edited by
                              #65

                              Now one of the dos/Windows versions. I first learned TECO on a PDP 10 in 1972 when my company moved from IBM to DEC. I used it professionally in TOPS-10, TOPS-20, RSX, and VMS. I now have Windows and Linux systems at home. If I could get a VMS system at a reasonable price I'd probably do so though more to get EVE/TPU than anything. Have been watching the group porting VMS to x86 with interest, but waiting to see what they offer to non-commercial users. Right now it looks like they offer a free limited-time license (alpha emulation) but you have to backup everything before it expires and re-download and re-install/restore. I'm not sure I want the hassle, though I loved working in that environment.

                              G 1 Reply Last reply
                              0
                              • O OldDBA

                                Now one of the dos/Windows versions. I first learned TECO on a PDP 10 in 1972 when my company moved from IBM to DEC. I used it professionally in TOPS-10, TOPS-20, RSX, and VMS. I now have Windows and Linux systems at home. If I could get a VMS system at a reasonable price I'd probably do so though more to get EVE/TPU than anything. Have been watching the group porting VMS to x86 with interest, but waiting to see what they offer to non-commercial users. Right now it looks like they offer a free limited-time license (alpha emulation) but you have to backup everything before it expires and re-download and re-install/restore. I'm not sure I want the hassle, though I loved working in that environment.

                                G Offline
                                G Offline
                                Gary R Wheeler
                                wrote on last edited by
                                #66

                                I did a fair amount of work on PDP-11's/RT-11 and Vaxen in the 1980's. My final project in that environment had a requirement that the delivered source code could only be in FORTRAN-77, which didn't support some of the VAX/VMS extensions I wanted to use. I wrote a code generator that converted the sources written for the extensions into pure 77. The generator was a combination of TECO macros and VAX/VMS DCL, and was probably one of the butt-ugliest things I've ever written.

                                Software Zen: delete this;

                                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