IDE for programming in C?

Can anyone suggest me a better IDE for programming in C (with auto complete function)?

+3
source share
2 answers

use vim with plugins like snipMate, c-support etc.

+3
source

I like Xcode on OS X.

It is automatically completed.

+2
source

Source: https://habr.com/ru/post/1770666/


All Articles