Compiling C code in Windows XP

c, ide, visual-c++-6, windows

Solution

You can still use Visual Studio 6 with Windows XP.

You could also download Visual Studio C++ Express

Downloading and installing MinGW could be an option as well as long as the C is compatible.

Problem

I have C code that was compiled on Windows NT with Microsoft Visual Studio 6.0. I am migrating this code to a new machine using Windows XP. What IDE is suitable for this? I don't think MS Visual 6.0 has been designed for XP... Can I just use Visual Studio C++ to compile C code and keep the same functionality?

Original source