Download Dev-C++

As I am very familiar with Dec C++ I am not able to use Xcode to run my codes.so how can I use Dec C++ in my MacBook


can u give me the solution


Becoz I have to submit my project in next 5 days


please give me any solution to use DevC++

MacBook Pro 13″, macOS 14.0

Posted on Oct 2, 2023 9:08 AM

Reply
Question marked as Top-ranking reply

Posted on Oct 2, 2023 12:54 PM

Dev-C++ is not available for macOS.


If you have an Intel Mac, download and install Microsoft Windows via Boot Camp.


If you have an Apple silicon Mac, download Parallels hypervisor and use that to install Windows 11 Arm AArch64 as a guest. You'll also need an Arm-capable compiler with this path, or UTM or other such emulation.


Run the Dev-C++ IDE and the resulting app on Windows.


If you're tied into Microsoft Windows and its associated tooling, acquiring an x86-64 system running some semi-recent version of Windows will be your best path. That might be an Intel Mac, or any of the other available hardware options.


On macOS, LLVM Clang is the typical choice compiler, and that can either be via the command line, or via Xcode, or via various other options. Of which Dev-C++ IDE is seemingly not one.


If you can write C++ using a text editor (vim, emacs, whatever) and without depending on an IDE for development, then Clang C++ works just fine from the command line.


Or learn Xcode.


Given the five days available, pretty much any cross-platform path available here is going to be somewhat of a risk—if you can't use Xcode, or the command line tools, or such.

2 replies
Question marked as Top-ranking reply

Oct 2, 2023 12:54 PM in response to Praveen_Kumar_294

Dev-C++ is not available for macOS.


If you have an Intel Mac, download and install Microsoft Windows via Boot Camp.


If you have an Apple silicon Mac, download Parallels hypervisor and use that to install Windows 11 Arm AArch64 as a guest. You'll also need an Arm-capable compiler with this path, or UTM or other such emulation.


Run the Dev-C++ IDE and the resulting app on Windows.


If you're tied into Microsoft Windows and its associated tooling, acquiring an x86-64 system running some semi-recent version of Windows will be your best path. That might be an Intel Mac, or any of the other available hardware options.


On macOS, LLVM Clang is the typical choice compiler, and that can either be via the command line, or via Xcode, or via various other options. Of which Dev-C++ IDE is seemingly not one.


If you can write C++ using a text editor (vim, emacs, whatever) and without depending on an IDE for development, then Clang C++ works just fine from the command line.


Or learn Xcode.


Given the five days available, pretty much any cross-platform path available here is going to be somewhat of a risk—if you can't use Xcode, or the command line tools, or such.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Download Dev-C++

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.