Tải dev c trên mac

Tải dev c trên mac

Download

Xcode Free

by Apple Inc.

Xcode includes everything developers need to create great applications for Mac, iPhone, iPad, Apple TV, and Apple Watch. Xcode provides developers a unified workflow for user interface design, coding, testing, and debugging.

Not an alternative? Report a problem

Tải dev c trên mac

Download

Eclipse Free

by Eclipse Foundation

Eclipse is a program that helps the users to develop integrated tools. Eclipse projects now cover runtimes; static and dynamic languages; thick-client, thin-client, and server-side frameworks; modeling and business reporting; embedded and mobile.

Not an alternative? Report a problem

Tải dev c trên mac

Download

CodeBlocks Free

by The Code::Blocks team

Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.It's an IDE with all the features you need, having a consistent look, feel and operation across...

Not an alternative? Report a problem

Tải dev c trên mac

Tải dev c trên mac

Download

CodeLite Free

by Eran Ifrah

CodeLite is an open-source, cross platform IDE for the C/C programming languages (build and tested on Windows XP SP3, Windows Vista, Ubuntu 9.10, and Mac OSX 10.5.6). CodeLite is distributed under the terms of the GPLv2 license

Not an alternative? Report a problem

Tải dev c trên mac

Qt Free

by The Qt Company

Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code. Qt Creator includes:

Not an alternative? Report a problem

Suggest a better alternative

Related alternatives

Tải dev c trên mac

Turbo C++ for Mac

Turbo C++ by Borland Software Corporation is the new and improved version of the popular Borland...

46

Tải dev c trên mac

UEStudio for Mac

UEStudio by IDM Computer Solutions, Inc is an IDE (integrated development environment...

0

Tải dev c trên mac

SharpDevelop for Mac

SharpDevelop by AlphaSierraPapa for the SharpDevelop Team is an open source IDE...

6

Tải dev c trên mac

BabelPad for Mac

BabelPad by BabelStone is a free to use text editor that comes with Unicode character support...

0

Tải dev c trên mac

0

Know of any alternatives we haven't found yet?

Feel free to add any alternative to Dev-C++ for Mac that you know of.

Suggest Alternatives

Đ/c nào hỏi kiểu này, 90% là dùng Visual Studio, chỉ cần setup xong code luôn, không cần biêt nhiều hơn.

90% artifacts có yếu tố GUI và ngôn ngữ phụ thuộc hệ sinh thái, ví dụ Microsoft Visual Basic, Apple Swift v.v.

Lập trình nói chung dùng IDE để kiểm tra ngữ pháp, thêm bớt các packages như Nuget hay Lib. Xong có compiler để build ra executable.

Riêng lập trình cross platform như java hay c++, dưới IDE phải có bộ toolchain, vì nó bao gồm các nền tảng thư viện, trình linking, biên dịch, gỡ rối, v.v.

Cho nên lập trình c++ trên macOS cũng gồm IDE và toolchain

Tôi thì ko dùng IDE vì đa số code download từ github hay sourceforge về rồi sửa sang thêm bớt trên text editor là đc.

Trên macOS, toolchain của xcode tích hợp sẵn là Clang/LLVM. Nó có thể link với các framekwork của hệ sinh thái macOS.
Lệnh gcc của xcode chỉ là alias symlink đến clang. Cái này đa số lập trình viên phổ thông không biết.

Ngoài ra có bộ toolchain GNU GCC. Nói đến GNU là các bác hiểu nó open như nào. Ngữ pháp của linker và compiler là như nhau trên linux hay windows

Lập trình C++ thường dùng GNU toolchain vì nếu ko thì thà lập trình bằng ngôn ngữ riêng của từng hệ điều hành cho nhanh, không việc gì phải lập trình C++, kể cả thuật toán lằng nhằng.

Tôi đã dùng cả clang xcode và gnu gcc thì dùng clang nặng hơn và khi update xcode cũng loằng ngoằng. Hơn nữa bộ toolchain Clang/LLVM cho Linux và Windows thì lại không đầy đủ. Tôi đã thử build bộ clang/llvm chạy trên linux mà éo ăn thua.

Tóm lại nên dùng gnu toolchain. Muốn cài thì google ra, cài từ homebrew nhé.

À mà muốn so sánh cụ thể chi tiết thì google ra cả đống, ví dụ https://www.reddit.com/r/cpp/comments/9or8s1/llvm_vs_gcc/