Thread: Is there any IDE with a compiler for C++ that just works???

  1. #1
    Registered User
    Join Date
    Apr 2023
    Posts
    1

    Exclamation Is there any IDE with a compiler for C++ that just works???

    Hello all.

    I've been working with Arduino type boards for a couple of years now. I've been using the Arduino IDE, but would really like to move onto an IDE that has a bit more organization to it. I've tried several (including VS Code and Eclipse), but it seems everything I've tried or read about requires extensive knowledge of (from what I can tell) high level programming just to set up the friggin' thing. My question is this:

    Is there any IDE with compiler for C++ that will just work after installation? It's hard to believe that there isn't considering how long C++ has been around, but I can't seem to find one. If anyone has a suggestion, I would appreciate it.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I suppose it depends on your definition of "just works".

    Binary releases - Code::Blocks
    Grab "codeblocks-20.03mingw-setup.exe" since this is the combined IDE and compiler installation.

    > I've tried several (including VS Code and Eclipse),
    Both of these are just IDEs.
    Neither include a compiler "out of the box", so yeah, hoops to jump through.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. works in the book but not in my compiler
    By psppb in forum C Programming
    Replies: 4
    Last Post: 01-25-2013, 12:40 AM
  2. clang++ works but g++ doesn't -- Maybe a compiler bug?
    By RichSelian in forum C++ Programming
    Replies: 2
    Last Post: 07-11-2011, 08:04 PM
  3. Replies: 9
    Last Post: 06-10-2010, 08:49 PM
  4. Replies: 4
    Last Post: 04-29-2010, 08:02 PM
  5. Compiler Issues (Works on older not newer)
    By ss3x in forum C++ Programming
    Replies: 5
    Last Post: 09-04-2002, 09:37 PM

Tags for this Thread