Trying to write c language windows 7 64bit
Â
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?
Â
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?
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.
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.