Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for C application development that you admire most [closed]

Tags:

c

ide

I am looking for a good Integrated development environment for developing applictaions in C language for both windows and linux.

IDE should have:

  • good interface,
  • easy file management,
  • auto filling and
  • any advanced options.

Tell me which IDE you most admire for these tasks

  1. For general PC application development
  2. For embedded application development in C

If you think it is more specific question then you may also take it as a general case. Thanks in advance.

like image 579
Manoj Doubts Avatar asked Dec 22 '22 13:12

Manoj Doubts


1 Answers

For general PC development - Microsoft Visual Studio + VisualAssist

For large-scale development you can hardly find anything better than Source Insight

If you need a cross-platform IDE have a look at Eclipse CDT

like image 106
aku Avatar answered Mar 08 '23 05:03

aku