C Compilers
- Posted by axtens_bruce Feb 08, 2023
- 1474 views
According to the documentation, "The Translator currently works with GNU C on Unix-like OSes, GNU C on Windows from MinGW or Cygwin using the -gcc option and with Watcom C (the default) on Windows. These are all free compilers."
Given that Visual Studio has, for some years now, been free to use (via the Community version), is targeting the command line compiler a bridge too far?
-Bruce