does windows OS come with any built-in c compiler? without downloading any compilers can it compile c or any other language?
serkan sendur 821 Postaholic Banned Featured Poster
Recommended Answers
Jump to PostI would suggest MinGW. A port of the GNU gcc compiler for Windows. Actually you get more than a C compiler, you get C++, Java and Fortran as well.
If you're talking IDEs, then I would suggest Codeblocks or Eclipse - both use the MinGW toolchain.
Jump to PostThe only built in compiler I remember was for BASIC, a long time ago. I do not think even that is built into the latest Windows systems. If you want to stretch the definition of 'compiler', you can write and run HTML on a fresh Windows install. :D
The …
All 7 Replies
yellowSnow 607 Posting Whiz in Training
serkan sendur 821 Postaholic Banned Featured Poster
yellowSnow 607 Posting Whiz in Training
serkan sendur 821 Postaholic Banned Featured Poster
Tom Gunn 1,164 Practically a Master Poster
serkan sendur 821 Postaholic Banned Featured Poster
yellowSnow 607 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.