I am looking for a good/free C IDE to code in. Looking for a IDE in WIndows and Linux for C.
Visual studios doesn't have great support for C, but is pretty good for C++.
You switched from vi to Emacs? Ban the heretic! 😛When I started real programming, my mentor told me to switch (from vi) to Emacs. He said I wouldn't regret it. I didn't.
Will cygwin fit the bill?Question: Is there a decent free C or C++ compiler for Windows console programming? No IDE needed. No GUI programming. I just want to knock out some utilities for working with my music and movie libraries. I've been using vbscript for this for years, but it's clunky and difficult to do many things. One thing I need is to be able to work with MySQL and SQLite databases.
Cygwin is a bit clunky compared to MinGW. On the other hand, MinGW's license is a little complicated if you want to distribute binaries.Question: Is there a decent free C or C++ compiler for Windows console programming? No IDE needed. No GUI programming. I just want to knock out some utilities for working with my music and movie libraries. I've been using vbscript for this for years, but it's clunky and difficult to do many things. One thing I need is to be able to work with MySQL and SQLite databases.
This.Python or Perl may also fit your needs if you aren't married to C/C++
Cygwin is a bit clunky compared to MinGW. On the other hand, MinGW's license is a little complicated if you want to distribute binaries.