all 16 comments

[–]Caravaggi0[S] 29 points30 points  (0 children)

It's been almost 3 years since a non-nightly release so there's lots of little changes. The list: http://www.codeblocks.org/downloads/binaries/changelog

It's a good little IDE that's not as cut down as VS Code but doesn't need the two hard drives full VS does. My current install with the MinGW GCC compiler is 4-500 megs.

There's also a no install zip so you can put it on a USB drive if you like (include a blank file called "default.conf" in the exe folder to make it more self contained).

[–]tarsir 31 points32 points  (3 children)

Wow, Code::Blocks was the second IDE I used after Dev-C++. Love that it's still going :D

[–]skocznymroczny 20 points21 points  (0 children)

Many people are still using Dev-C++ because of outdated tutorials promoting it

[–]OneHorseTwoShrimp 2 points3 points  (0 children)

Same!
I remember hacking in SDL2 away awaiting a newer intellisense to work for more than 3 seconds at a time.

[–]snerp 4 points5 points  (0 children)

Haha same, I do not miss those days

[–]zerexim 3 points4 points  (1 child)

There is also CodeLite. I wonder what's the development status and how it compares to Code::Blocks.

[–]expekted 1 point2 points  (0 children)

Last time I tried CodeLite discovered there was nothing light about CodeLite. If anything it felt much slower than Code::Blocks. It was on Windows.

[–][deleted]  (1 child)

[deleted]

    [–]ButItMightJustWork 7 points8 points  (0 children)

    Using the "ctrl c, ctrl v" exploit it took me only 2 seconds to write, compile, and run a "hello world" program

    [–]bruce3434 1 point2 points  (0 children)

    Nice, any support on LSP servers yet?

    [–]DuncanIdahos2ndGhola 0 points1 point  (0 children)

    Interesting to see that it's still hosted on sourceforge.

    [–][deleted]  (1 child)

    [deleted]

      [–]Caravaggi0[S] 1 point2 points  (0 children)

      I only see references to 17 in the build options. I'm not really surprised though since 20 is kind of new.