Saved Bookmarks
| 1. |
Solve : c compiler ide? |
|
Answer» Can anyone recommend a good free IDE with a C compiler? I've tried several, including c-free-lang which could not even execute a simple "for" statement (though it compiled without error), and Code Blocks which can't find its compiler, despite the path to it being in the environment variable PATH as well as telling the program in compiler OPTIONS where it is. Also, I have a 64 bit machine that runs Windows 8.1. Thanks for any help. An integrated development environment (IDE) or interactive development environment is a SOFTWARE application that provides comprehensive facilities to computer programmers for software development. An IDE NORMALLY consists of a source code editor, build automation tools and a debugger. Microsoft has offered versions of Vidal Basic that has a delightful IDE. You can get a free version of Visual Studio Express 2013 that will RUN on Windows 8.1 and will serve as a learning tool for students or developers that wish to learn about the Microsoft tools. The C++ implementation is a world CLASS product and the professional version is used in man y current third-party programs. ** Footnote. The Microsoft IDE can be used for Python. One of Microsoft's Best-Kept Secrets - Python Quote from: asterose on July 24, 2014, 06:46:52 PM and Code Blocks which can't find its compiler, despite the path to it being in the environment variable PATH as well as telling the program in compiler options where it is. Which compiler were you trying to use with Code::Blocks?Hey there, dev-cpp is my go to. It has fallen out of favor these days, but will still work for most of your needs. -Mal |
|