Comment on Ask HN: Best dev environment for C in 2024?Comments−racenis1yOn Windows I would use Notepad++ and MinGW.On Linux I would use vim and gcc.C is so simple that you don't really need fancy IDE to write it.
Comments
On Windows I would use Notepad++ and MinGW.
On Linux I would use vim and gcc.
C is so simple that you don't really need fancy IDE to write it.