Programming in C

Status
Not open for further replies.

Stiks

Solid State Member
Messages
17
I have started programming in C at my University; however, I have only used Linux to do it. I have written 2 simple programs, but I dont know how to run them in Windows. I feel stupid for asking this but I need to know.
 
Stiks said:
I have started programming in C at my University; however, I have only used Linux to do it. I have written 2 simple programs, but I dont know how to run them in Windows. I feel stupid for asking this but I need to know.

You might want to check out MinGW at http://www.mingw.org/

MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.

MSYS: A Minimal SYStem to provide POSIX/Bourne configure scripts the ability to execute and create a Makefile used by make.

Coming from Linux, you will find it just as easy to compile and run Windows programs when you use msys.

Best Regards,
Yeoh
--
 
Status
Not open for further replies.
Back
Top Bottom