I am building an app that would compile C programs and display the results on a Windows Platform.
The standard C compiler for Windows is MinGW.
Is there any API for MinGW in Java or C# and how do I call the compiler?
I have referred these links: Calling C compiler from java program and C program compilation from a java program.