So Jow Forums is there any good IDE for C++ on linux?

So Jow Forums is there any good IDE for C++ on linux?

Attached: chrome_2018-07-26_16-36-00.png (480x271, 216K)

Other urls found in this thread:

gitlab.com/cppit/jucipp
jetbrains.license.laucyun.com/
youtu.be/MSrTnWDTdwI?t=24
twitter.com/NSFWRedditImage

eclipse cdt

vim/emacs in evil mode

i like clion but it ain't free.

>IDE
What is that? Is that some kind of buzzword? You do realize that C++ code is just plain ASCII text and that you can edit it using whatever you want right?

Geany

code::blocks

qt creator

ed

if he had to ask on Jow Forums then I doubt he has the intelligence to understand what you just said

Emacs or Vim

EPIC BURN

OP B T F O LOL!!!!

makefile + gcc/clang + text editor

You're so coool!!

kys

I want to slowly kill that person

>you can edit it using whatever you want
That's what the IDE is for, you blithering idiot.

CLion is the closest you can get to Visual Studio + Resharper for C++.
And don't listen to text editor memers unless they can also point you at least to a decent debugger (which gdb is clearly not).

nano

Geany or gitlab.com/cppit/jucipp

I just use KWrite, it does the job well.

this
even has valgrind integration if you need it

VS Code + g++ has all you need.

Good answer

Clion.
Ignore jelly poorfags who suck so much at programming that their work doesn't pay for it.

tools for memory leaks? see
>

Yeah Valgrind is cool too. I assume GDB is also needed for g++. Then again you aren't supposed to writte bugs or leaks into your code anyways.

it is for students :^)

yup. but life happens (teammates)

This paired with gcc is fucking bliss.
Anything else is just bloat

For editing plaintext? No, that's what a text editor is for.

Gdb works fine, get over your baby duck

Patrician taste

Well, if you want a quick fix and start right away, use clion or codeblocks, if you are prepared to put in some time to set everything up (autocompletion etc) just use vim with plugins.
I've never tried emacs so i can't tell how good it is.

An IDE has a text editor, bucko.

Attached: brainlet.png (647x710, 59K)

DDD is all you need.

qtcreator

Then what are IDEs for, mr. cleverclogs?

Qt Creator is free and integrates well with CMake.

netbeans

Netbeans
Geany
Codeblocks
visual studio code
any text editor

it is for pirates ;)
jetbrains.license.laucyun.com/

Not him but you don't need a nuke to kill a fly. Tho I really much prefer an IDE for any programming language as long as it offers a UI for the debugger.
What I typically do is coding with vim and debugging with an IDE if need be.

Yeah but it's crashy as hell.

That guy always seems to be super incompetent.

> I did hello world that's pretty much it

Attached: AAAAAAAAAAAAAA.gif (640x360, 337K)

Any IDE.
Compile with GCC.

youtu.be/MSrTnWDTdwI?t=24

CLion. I've also used IntelliJ. Jetbrains makes good products.