 |
 |
Coding on mac
|
 |
|
 |
|
Junior Member
Join Date: Jul 2005
Status:
Offline
|
|
I am interested in how to code software on mac, at college we are going to learn C but will this be useable on mac or is this language just for windows?
All information will be helpfully thank you
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
As far as just the language is concerned, C is the most cross-platform language in the world. The code libraries you'll use will probably be different on Windows, but C is kind of the standard in programming languages.
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Feb 2000
Location: Nashua NH, USA
Status:
Offline
|
|
Search the foremus for XCode for some help. developer.apple.com for more.
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2005
Status:
Offline
|
|
thanks for the replies so far!
Is there any freeware apps like visual basics for pc.
They are neede to be free as I am only a student learning!
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2005
Status:
Offline
|
|
were can i i get cocoa at?
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
You get Cocoa when you install OS X — it's part of the system. And OS X also includes an installer for the Xcode developer tools.
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2005
Status:
Offline
|
|
I run osx and xcode deffinatly isnt here?
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
If you're running a preinstalled system, the installer should be in /Applications/Installers, I think. Otherwise, it should be on your install DVD. You can download a more recent version, though, from connect.apple.com (you'll have to create a free account, but Apple won't spam you or anything).
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2005
Location: Vancouver, BC
Status:
Offline
|
|
C is generally universal, but Cocoa is heavily designed around and is easiest to use with Objective C. Learning C is a good start, though, as many of the same basic constructs and methodologies are carried over.
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jul 2005
Status:
Offline
|
|
Here is what im wanting to get out of xcode, ive made a carbon appliction project
here is what ive got so far
could someone help i understand the basics of c but am not sire as to were to place it? thanks
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Aug 2005
Status:
Offline
|
|
You would be better off learning Cocoa than Carbon. Interface Builder does a lot more for Cocoa programs than Carbon programs so you have to write less code. You'll also find more Cocoa programmers that can help you.
If you still want to use Carbon, you're going to have to learn it. Knowing the basics of C isn't going to teach you how to implement the drop down box or how to get the sum to show up in the text field in the box. GUI programming isn't easy, which is why most schools start with programming simple command-line programs. To learn Carbon you're going to have to read Apple's documentation. If you did a standard install of Xcode, the developer documentation should be available by choosing Help > Documentation. In the Search Groups section, select Carbon to open the Carbon developer documentation. Click the Getting Started link and work through the material in the Getting Started section.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|