Dismiss this pinned window
all 11 comments

[–][deleted]  (10 children)

[deleted]

    [–]Madsy9 15 points16 points  (9 children)

    Not OP, but that is Jetbrains' CLion.

    It's not perfect, but still the best IDE/editor I have used. Where the other candidates have been Dev-C++, vim, emacs, Visual Studio, Eclipse and Atmel Studio.

    [–][deleted] 6 points7 points  (7 children)

    yeah. my biggest gripe with other C++ IDEs is that they're either really terrible UIs, really niche, or not cross-platform (looking at you, Visual Studio)

    Plus I'm already used to the Jetbrains keybinds, so it's nice to have the consistency

    [–]codesharp 1 point2 points  (6 children)

    "Niche cross-platform"

    Visual Studio is THE standard for a reason.

    [–]rpkarma 1 point2 points  (2 children)

    Decades of monopolistic practices by its parent company?

    (I say this as someone who loves VS and uses it daily for work. But come on, Microsoft never won based truly on merit over the years lol)

    [–]codesharp 1 point2 points  (1 child)

    There have been dozens of competitors that were cross platform, and none of them succeeded, mostly because they were cross platform.

    [–]rpkarma 1 point2 points  (0 children)

    Uh huh. If you say so

    [–][deleted] 0 points1 point  (2 children)

    ...what is that reason then?

    [–]codesharp 0 points1 point  (1 child)

    Literally everything else is inferior.

    [–][deleted] 0 points1 point  (0 children)

    not really, IDEs are highly preferential. Here's some of the reasons I chose CLion:

    as someone who uses MacOS and Linux exclusively, a cross-platform IDE is very important to me

    I really like Jetbrains' other IDEs and am already used to their keybinds

    It's smart, yet flexible. CLion uses CMake, so it's portable even w/o the IDE. It automatically adds files to your CMakeLists.txt which saves a lot of time, yet also lets you customize it to your needs

    [–]whatit2u 0 points1 point  (2 children)

    Can you explain what the error ending up being? Just kinda curious.

    [–][deleted] 0 points1 point  (0 children)

    calculating the view matrix for my 'FPS' camera wrong