Trying to write c language windows 7 64bit

Asked By 0 points N/A Posted on -
qa-featured

 

Hi, I am using windows7 on my computer. I want to download c language for windows7 64bit and also write c language windows 7 64bit into a CD. How can I perform that operation?

SHARE
Best Answer by Moses V Patterson
Answered By 0 points N/A #171716

Trying to write c language windows 7 64bit

qa-featured

Hello

I found application called MinGW-w64 which use GCC library for 32 and 64 bit computers, and it is designed to work with Windows 7. This application will enable you to use runtimes, headers and libs for developing application using C/C++ programming language. You can download it from here and enjoy with C programming language: http://mingw-w64.org/doku.php

Regards.

Best Answer
Best Answer
Answered By 10 points N/A #171717

Trying to write c language windows 7 64bit

qa-featured

Hi Julianne,

You can always use devCpp (dev C++)  to compile your C-programming codes. It is easy to use because the form of the code and libraries are same like we learn it in college. You can download it for free here:

http://www.bloodshed.net/download.html

Also, Visual Studio is always good choice when you are beginner in programming, but personally, I think devC++ is easier to use. Just save your code with .C extension, compile it and then run it. 

Hope you find this useful.

Regards.

Related Questions