September 19, 200223 yr Is it a good idea to write C code in a txt file and then just run it through a free compiler? If so, what's a good one?Or should I write it in a more fancy editor, like Visual C++?
September 19, 200223 yr I assume you're talking 'bout gauges...>Is it a good idea to write C code in a txt file and then >just run it through a free compiler? If so, what's a good >one? That's the way I do. Get some free compiler at the following URL:ftp://ftpd.borland.com/download/bcppbuild...ndLinetools.exeGood luck! :-)Etienne :-wave
September 19, 200223 yr Author Another free compiler is the GCC-2.95.2 Mingw32 version. Start at http://gcc.gnu.org/ and search their site for Mingw. Dai Griffiths recommended this version with his sd2gau12.zip. Check his sd2gau13.zip to see if a newer version is now recommended. Bill Sieffert
Create an account or sign in to comment