C++ on leopard/snow leopard

Joined
Sep 7, 2007
Messages
10
Reaction score
0
Points
1
Location
Louisiana
My school has recently switched to Macs in our lab from Windows PCs. What is the best IDE that I can use on the Mac and how would I configure it. It would be best if I can use a freeware IDE like Dev C++ but at least, I need something fairly inexpensive. Thank you for your help.
 

Raz0rEdge

Well-known member
Staff member
Moderator
Joined
Jul 17, 2009
Messages
15,765
Reaction score
2,106
Points
113
Location
MA
Your Mac's Specs
2022 Mac Studio M1 Max, 2023 M2 MBA
XCode?

Regards
 
OP
O
Joined
Sep 7, 2007
Messages
10
Reaction score
0
Points
1
Location
Louisiana
Thanks for the advice. I have snow leopard installed on my machine. I was wondering if I might get one more bit of advice? How do I make xcode version 3.2 create a c++ file? I have looked this up on apple's site but they demonstrate how to do it on an older version of xcode. Thank you for the help.
 

Raz0rEdge

Well-known member
Staff member
Moderator
Joined
Jul 17, 2009
Messages
15,765
Reaction score
2,106
Points
113
Location
MA
Your Mac's Specs
2022 Mac Studio M1 Max, 2023 M2 MBA
In Xcode, File->New Project, Application->Command Line Tool. Ensure to choose "C++ stdc++" in the Type drop-down.

This will build a very simple C++ project and some sample code that should build and run.

Regards
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top