开发者

Can I install C in Win 7 64 bit machine?

开发者 https://www.devze.com 2023-03-14 21:56 出处:网络
Can I install C language in Win 7 开发者_Python百科64 bit OS? Do you know of any free softwares available online to install C for Win 7 64bit OS?Microsoft providfe a free edition of visual studio

Can I install C language in Win 7 开发者_Python百科64 bit OS? Do you know of any free softwares available online to install C for Win 7 64bit OS?


Microsoft providfe a free edition of visual studio

http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express


Please clarify, what do you mean by C for x64?

You can write code for ANSI C95 using Visual Studio


C is not a program, but rather a standardized programming language. You can install the mingw-w64 package, which is based on the popular free and open source GCC compiler.


C is not a piece of software. It is a programming language which needs to be converted by software(s) in a form which is executable by the system. One of these softwares is a C compiler, which you need to have to compile the code. You can always run 32bit compilers in 64bit OSes. Use DevC++ http://www.bloodshed.net/download.html ?


I think you just want to write some programs with c.
For beginners, I extremely recommend Code::Blocks

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号