Anyone knows a C compiler that works with windows vista?
Evan B.
2007-06-13 06:27:04 UTC
I've tried Dev C++ and Code:Blocks, both do not work. I need a C compiler(not c++ or c#), that works on windows vista home premium
Four answers:
csanon
2007-06-13 09:01:45 UTC
Dev-C++ and Code::Blocks are IDEs for the MingW compiler (Windows port of gcc). It definitely works on Vista, but you may have to take additional steps to get it working. It's not like these steps are a secret. You can Google them.
Microsoft Visual C++ Express will work with Vista and will compile both C++ and C application and can be downloaded for free from the following location - http://msdn.microsoft.com/vstudio/express/downloads/
It should be noted that if you go with Visual Studio you will have to make sure you create and empty project and only use standard C file extensions (i.e. *.c and *.h) as the complier works by checking the extension you use to determine what mode to compiled with.
Also worth checking out is GCC - http://gcc.gnu.org/ -which has some builds for Vista out as well. However as GCC does not provide a IDE to work in most developers find it a bit intimidating t first and there is a learning curve for compiling programs.
mariela
2016-10-07 14:23:19 UTC
Is GCC no longer solid sufficient on your applications? in spite of everything, the undertaking you have ideal now's no longer due on your compiler, this is due on your code. i could be able that can assist you you greater if i could desire to work out your code, yet usually conversing what you're able to desire to do is enter a selection of of of those training: std::cin.get(); merely before the tip of the main() function (the two its ultimate curly bracket, or its return assertion if it has one).
aski
2007-06-13 06:42:32 UTC
linux ,turbo c can work with windows vista
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.