Outline ·
[ Standard ] ·
Linear+
MacOS X Dev C++, Alternative for it.
|
TSPaisy
|
Nov 29 2015, 07:00 PM, updated 11y ago
|
|
Hello I'm a student of Science Computer, wondering is there any apps for Mac that can run Dev C++ since now I'm using VMWare Fusion and it feel sluggish (even i got 16gb ram now) So feel free to share with me.
|
|
|
|
|
|
guilt
|
Dec 4 2015, 10:27 PM
|
New Member
|
XCode?
Or if you're comfortable with the command line, then gcc.
|
|
|
|
|
|
allvin
|
Dec 11 2015, 11:00 AM
|
|
Xcode IDE can do the trick, only got one issue. If your coding need use windose library, then sorry cannot. You have to use windose OS. Other than that, Xcode can pretty work with it, C/C++ no issue, mate
|
|
|
|
|
|
FieldEngineer
|
Dec 11 2015, 04:03 PM
|
|
Bootcamp. Always run your coding environment in native layer. Microsoft Studio, for example, with all the auxiliary tool such as intellisense does need big processing power. Just boot in your Windows rather than running your windows via fusionware/parallel.
|
|
|
|
|
|
Higgsboson8888
|
Dec 13 2015, 01:06 PM
|
|
I'm a CS student too, Xcode has been my primary choice after I shifted from windows.
|
|
|
|
|
|
TSPaisy
|
Dec 13 2015, 02:05 PM
|
|
QUOTE(Higgsboson8888 @ Dec 13 2015, 01:06 PM) I'm a CS student too, Xcode has been my primary choice after I shifted from windows. any disadvantages of using Xcode?
|
|
|
|
|
|
Higgsboson8888
|
Dec 13 2015, 04:20 PM
|
|
not at all, fair to say. It has got a real time debug mode where you can identify errors right away. so far I've got only one problem but I managed to solved it though, is you can't initialise an array with a variable as subscript like you always do in DevC++ (has to do with compiler version), anyway, solved it with dynamic allocation memory.
|
|
|
|
|
|
quadcube
|
Dec 13 2015, 04:43 PM
|
|
Xcode,using it to program all my C and C++ so far.
|
|
|
|
|
|
CPURanger
|
Dec 19 2015, 10:08 AM
|
|
Xcode is the way. Full IDE, llvm compiler and debugger. I have compile various open source, no problemo.
Another alternative, is gcc. May required more hard work, have to deal with command line.
|
|
|
|
|
|
CapeVrob
|
Dec 20 2015, 11:42 PM
|
New Member
|
I heard of swift. Anyone knows what it is?
|
|
|
|
|
|
senpo
|
Dec 26 2015, 10:37 AM
|
Getting Started

|
use netbean to do C++?
|
|
|
|
|
|
alienxp03
|
Dec 26 2015, 09:55 PM
|
Getting Started

|
QUOTE(Paisy @ Nov 29 2015, 08:00 PM) Hello I'm a student of Science Computer, wondering is there any apps for Mac that can run Dev C++ since now I'm using VMWare Fusion and it feel sluggish (even i got 16gb ram now) So feel free to share with me. Xcode should be more than enough. As long as you don't use non-standard C++ library, eg system("pause"). If you do, just change your code to use a proper C++ standard library syntax. QUOTE(CapeVrob @ Dec 21 2015, 12:42 AM) I heard of swift. Anyone knows what it is? Previously you can code Mac and iOS applications in Xcode using Apple's programming language called Objective-C. Now you have another alternative, called Swift. I've been using Swift since they released it. Quite a journey
|
|
|
|
|
|
Higgsboson8888
|
Feb 22 2016, 08:22 PM
|
|
QUOTE(CapeVrob @ Dec 20 2015, 11:42 PM) I heard of swift. Anyone knows what it is? Spend some time to google it and you should get the answer. It is a programming language designed by Apple, primarily used to build iOS and OS X apps, it's relatively new and has become open source recently.
|
|
|
|
|