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.
  • Mike HankeyM Mike Hankey

    VS Code, because I can use it on multiple platforms.

    I'm not sure how many cookies it makes to be happy, but so far it's not 27. JaxCoder.com

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

    I'm starting to really like VS Code. A little late to the party, I know, but better late than never.

    Mike HankeyM 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

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

      No IDE can make me like (MS) C++.

      It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

      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

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

        Turbo C/C++ Quincy But I also rolled my own a few years ago, in theory it will support any language for which you have a command-line compiler/linker installed. I've used it for C#, C/C++ (with a few different compilers), and VB.net . Perfect for developing simple command-line utilities. No overhead, such as solution and project files (ptui). Visual Studio has too many features I don't require -- it's bloated and reminds me of Clippy.

        1 Reply Last reply
        0
        • S Slacker007

          I'm starting to really like VS Code. A little late to the party, I know, but better late than never.

          Mike HankeyM Offline
          Mike HankeyM Offline
          Mike Hankey
          wrote on last edited by
          #19

          I really like it, only used it lightly so far but seems very powerful.

          I'm not sure how many cookies it makes to be happy, but so far it's not 27. JaxCoder.com

          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

            H Offline
            H Offline
            H Brydon
            wrote on last edited by
            #20

            Visual Studio. Of course.

            I'm retired. There's a nap for that... - Harvey

            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

              M Offline
              M Offline
              markrlondon
              wrote on last edited by
              #21

              A butterfly farm.

              enhzflepE G 2 Replies 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

                G Offline
                G Offline
                Garth J Lancaster
                wrote on last edited by
                #22

                VS Code and the various c++ plugins, CMake for a build system gives you 'portability' (I'm working on something that needs to use various C++ compilers)

                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

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

                  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 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

                    U Offline
                    U Offline
                    User 13269747
                    wrote on last edited by
                    #24

                    Vim, make, git ... even on Windows these days. I tried using VS2019, but I just can't get myself used to shortcuts that no other Windows program uses: shift+ctrl+home doesn't select everything from cursor to top of file, ctrl+left/right doesn't move the cursor by word, shift+arrows don't select correctly, and a whole host of other shortcuts that all Windows programs support. If anyone knows how to change the brain-damaged shortcuts to match every other Windows program, I'd appreciate it.

                    G 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

                      N Offline
                      N Offline
                      NelsonGoncalves
                      wrote on last edited by
                      #25

                      make, git and SublimeText. I see the value in VS, but honestly it is too bloated and full of bells and whistles to be even remotely useful. Eclipse is just horrible, it has all the faults of VS plus a gazillion different versions making it next to impossible to Google for a solution.

                      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

                        N Offline
                        N Offline
                        Niels Holst
                        wrote on last edited by
                        #26

                        Qt Creator. It works across platforms and is open source (if your code is open-source). It supports many toolsets. I use it to build an app for Windows, Mac OS and Linux from the very same source code.

                        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

                          G Offline
                          G Offline
                          giulicard
                          wrote on last edited by
                          #27

                          Eric Gamma's Visual Studio Code both for Windows and Linux (WSL too). For fast lighting rapid GUI development C++ Builder on Windows.

                          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
                            Stuart Dootson
                            wrote on last edited by
                            #28

                            Another vote for VSCode (until I need assembly language debugging, when I resort to Visual Studio - although WinDbg would probably do the job). I do cross-platform development, on Windows with WSL. I use CMake and do my builds from the command line. I'd used Visual Studio previously, but had been getting dissatisfied with it - I just prefer VSCode as an editor...

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

                            1 Reply Last reply
                            0
                            • U User 13269747

                              Vim, make, git ... even on Windows these days. I tried using VS2019, but I just can't get myself used to shortcuts that no other Windows program uses: shift+ctrl+home doesn't select everything from cursor to top of file, ctrl+left/right doesn't move the cursor by word, shift+arrows don't select correctly, and a whole host of other shortcuts that all Windows programs support. If anyone knows how to change the brain-damaged shortcuts to match every other Windows program, I'd appreciate it.

                              G Offline
                              G Offline
                              gervacleto
                              wrote on last edited by
                              #29

                              Hi, I don't know which VS2019 are you using. Mine works as expected with all the shortcuts you described. And also, you can change every single shortcut in Visual Studio to do exactly whatever you want.

                              1 Reply Last reply
                              0
                              • OriginalGriffO OriginalGriff

                                Even today, Brief did some thigs I miss from VS: being able to edit - and see on screen at the same time - four or five different files was just wonderful! Screen Split in VS just doesn't cut it. But it does so many, many wonderful things that you forgive the little bits missing. :laugh:

                                "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 AntiTwitter: @DalekDave is now a follower!

                                M Offline
                                M Offline
                                MarkTJohnson
                                wrote on last edited by
                                #30

                                These youngsters don't know what they missed. Brief could also go, what was it, 50 line mode? So very nice.

                                I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.

                                OriginalGriffO 1 Reply Last reply
                                0
                                • M markrlondon

                                  A butterfly farm.

                                  enhzflepE Offline
                                  enhzflepE Offline
                                  enhzflep
                                  wrote on last edited by
                                  #31

                                  :thumbsup: How on earth has Witch not seen and upvoted this?

                                  1 Reply Last reply
                                  0
                                  • M MarkTJohnson

                                    These youngsters don't know what they missed. Brief could also go, what was it, 50 line mode? So very nice.

                                    I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.

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

                                    43 or 50 depending on your hardware. Either was a massive step up from the standard 25 lines!

                                    "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 AntiTwitter: @DalekDave is now a follower!

                                    "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

                                    1 Reply Last reply
                                    0
                                    • D David ONeil

                                      I have never used Brief, so I don't know what I'm talking about to see four or five different files at once in it, but you can do that in VS can't you? Just drag the tab out of the main window, or right-click on the file in the tab bar and select 'Float'. If your tabs are top or bottom, you can have several windows around your screen to see them at once. If your tabs are right or left (like mine), the tabs take up a lot of space so getting several windows open simultaneously is harder. I'm sure you have tried this before, and it isn't equivalent to Brief's method, but if not, have fun! edit - you can even use Window snapping on them

                                      “If we get $100,000, we will go to Potato blockchain.” Enable the dream!

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

                                      You can, but Brief did it better - you could open two or more windows on the same file so you could build an enum, a switch that processed it, and the methods that called all at the same time; or compare two lists and have them scroll together; or ... ah, I'm getting a tear in my eye now ... :-D

                                      "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 AntiTwitter: @DalekDave is now a follower!

                                      "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

                                      J D 2 Replies Last reply
                                      0
                                      • Mike HankeyM Mike Hankey

                                        VS Code, because I can use it on multiple platforms.

                                        I'm not sure how many cookies it makes to be happy, but so far it's not 27. JaxCoder.com

                                        F Offline
                                        F Offline
                                        fd9750
                                        wrote on last edited by
                                        #34

                                        I agree. I have used it for cross platform development a lot. Windows host and build/debug on ESP32, various ARM chips with or without Linux etc... Extremely flexible and light weight, so much better than eclipse.

                                        Mike HankeyM 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

                                          M Offline
                                          M Offline
                                          Member 12982558
                                          wrote on last edited by
                                          #35

                                          I develop - as hobby - sdr software. The "toolset" I am using is a gcc/g++ toolchain (mingw for cross compilation) b. the gdb debugger c. CMake and qmake as Make generators and Make d. vi(m) for all editing e. latex for creating documents I work under Linux, develop for Linux, cross compile for Windows (using the mingw64 toolchain) and RPI (but that is Linux of course) I experimented with VS on Linux: horrible I experimented with QCreator on Linux: less horrible, but completely useless. I do use a lot of Qt stuff though, and I am willing to use the qt designer to prepare widgets, although the simpler ones are just in coding. The point is: who is in control, and those fancy IDE's seem to know things better than I do, they seem to enforce all kinds of decisions and want me to follow their rules. I'm old enough to know better!!!! I really do not like that, so I am in full control of the software and its development. (my current (main) project consists of over 100 files, it supports 6 to 8 different input devices, the project comprises about 50000 lines of code, so, yes it is toy project since it is hobby, but no it is not toy project when looking at the size and complexity).

                                          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