[CCP14 Home: (Frames | No Frames)]
CCP14 Mirrors: [UK] | [CA] | [US] | [AU]

(This Webpage Page in No Frames Mode)

CCP14

Tutorials and Examples

Installing and Setting up Free Compilers and Software Creation Toolkits

Installing and Setting up MingW32 C/C++/GCC/G++ from Jan-Jaap van der Heijden's Web/FTP site

The CCP14 Homepage is at http://www.ccp14.ac.uk

[Tutorials page] [Compilers page]

The Ming32 compiler is almost as easy to setup as the Cygnus c compiler but supposedly does not require any run time DLLs to be distributed with executables.

Information on the package is available at:

the Official Installation Information on the package is available at:

The distribution zip files are available at the following sites. Go to this site and get everything but only the latest versions of GCC and and libstdc++. When in doubt, go for the latest version, not previous ones. At the time of writing this, the latest version of GCC was gcc-2.8.1.zip and of libstdc++-2.8.1.zip. If you have 32 bit complient Unzipping program linked in with your web browser, open all the files as you download them and install them into a c:\mingw32 directory. They should all be extracted into the correct directories.


Installing the Compiler


Testing the Ming32 Compiler


Compiling some Code

As recommended by the installation instructions, you can also build a "Hello World" program and compile it to test things out.

#include <stdio.h>

  int main(void)
  {
    printf("Hello, world!\n");
    return 0;
  }

Build it using the command gcc hello.c -o hello.exe


[Tutorials page] [Compilers page]

[CCP14 Home: (Frames | No Frames)]
CCP14 Mirrors: [UK] | [CA] | [US] | [AU]

(This Webpage Page in No Frames Mode)

If you have any queries or comments, please feel free to contact the CCP14