Which compiler will be able to compile C programs with the header file, <windows.h> ?
-
Especially turbo c is not able to compile windows.h header file. It can only compiled by some other compilers.
-
Answer:
GCC Compiler is a third party compiler. But it can able to compile that header files.
Shankar Thiyagaraajan at Quora Visit the source
Other answers
Microsoft Visual C++ http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop C++ compiles C nicely. :) Try that and you will be cursing whomever is forcing you to use the Turbo C environment. ;)
Leonid S. Knyshov
Forget about Turbo C. Go for the GCC compiler. It will solve your problem. You should definitely try Codeblocks. It is an open source IDE for C/C++ programming. You can download it from the following link - http://www.codeblocks.org/downloads/26 Make sure you download the latest release that comes bundled with MinGW compiler for windows otherwise you'll have to download GCC separately.
Arun Michael Dsouza
What you are looking for is the Visual C++ compiler. This is where you need to go: https://www.visualstudio.com/downloads/download-visual-studio-vs#If you prefer open source content, the GNU Compiler Collection has a Windows binary which supports the Windows API. This is where you need to go for the Windows version of GCC: http://mingw-w64.org/doku.phpEven though there is an open source option for a C++ compiler which can handle the Windows API, I'd recommend using Visual C++.
Prashant Warrier
Related Q & A:
- How to run an interactive batch file on windows from a service?Best solution by Stack Overflow
- How can I copy file from Windows to Ubuntu?Best solution by Super User
- How to export a .p12 file on Windows phone?Best solution by docs.build.phonegap.com
- In Visual Studio 2012 or 2013, how can I register a DLL file on Windows 7 64-bit computer using a Custom Action command?Best solution by Stack Overflow
- Which Amp will be better?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.