I have downloaded tar and gz files, how do I use them on a PC?
The utility WinZIP can uncompress “gzip” (.gz) files and TAR (.tar) files. You may obtain a shareware version of this popular tool at http://www.winzip.com/cug/ 1.7 I need a free C/C++ compiler, where do I find it? • MS-DOS compilers, see http://www.delorie.com/djgpp • Win32 compilers, see http://www.cygnus.com/misc/gnu-win32/ • Experimental compilers, see http://egcs.cygnus.com/ • Unix compilers, see http://alph.dra.hmg.gb/TenDRA/ • All other languages, see http://www.idiom.com/free-compilers 1.8 I need a “Visual C++ Source Code Beautifier”. Where can I find some? A: The best prettyprinter with source is of course GNU Indent. The Indent program changes the appearance of a C program by inserting or deleting whitespace. The Indent program can be used to make code easier to read or to convert from one style of writing C to another. Indent understands a substantial amount about the syntax of C, but it also attempts to cope with incomplete and misformed syntax. Indent can replace the origi