|
-
Apr 10th, 2007, 06:37 PM
#1
Thread Starter
Addicted Member
I've bought a mac
hi guys, I've bought a macintosh macbook,so now I want program with it, so what can you suggest me???
which is the best language ????
in windows I used vb.net and with mac? can i do??
thanks for suggests!!
byebye
-
Apr 10th, 2007, 07:23 PM
#2
-
Apr 10th, 2007, 07:24 PM
#3
Addicted Member
Re: I've bought a mac
 Originally Posted by stejano
in windows I used vb.net and with mac? can i do??
you can share your photos with your family and check emails
[Edited by MartinLiss]
-
Apr 10th, 2007, 07:31 PM
#4
Hyperactive Member
Re: I've bought a mac
why did you delete my post? It was serious. It offered a link to a tutorial
Well, here you go again:
http://developer.apple.com/documenta...section_1.html
My monkey wearing the fedora points and laughs at you.
-
Apr 10th, 2007, 07:33 PM
#5
Re: I've bought a mac
Sorry, I didn't notice. Can you repost it?
-
Apr 10th, 2007, 08:10 PM
#6
Hyperactive Member
Re: I've bought a mac
When programming on mac os x, you'll want to use the Cocoa framework if you want to make GUI applications. It uses a programming language called Objective-C. Object-C is sorta like c/c++ and its going to be a considerable jump from visual basic .net.
There is a good intro to cocoa tutorial at: http://developer.apple.com/documenta...section_1.html
You'll first need to install Xcode to begin programming on the mac. Xcode is free and is on the OSX cd. You should be able to find an xcode package installer on the cd. Then try going through that tutorial and see how it goes for you.
Of course, you can also program command-line utilities using C/C++ and then compiling with Xcode or GCC, but I, personally, like doing GUI stuff more.
My monkey wearing the fedora points and laughs at you.
-
Apr 11th, 2007, 08:12 AM
#7
Thread Starter
Addicted Member
Re: I've bought a mac
I don't understand..but cocoa is different from obj-c??
if yes...is cocoa based on???c??c++??
-
Apr 11th, 2007, 08:17 AM
#8
-
Apr 11th, 2007, 08:40 AM
#9
Fanatic Member
Re: I've bought a mac
 Originally Posted by stejano
I don't understand..but cocoa is different from obj-c??
if yes...is cocoa based on???c??c++??
Cocoa is a development Framework (ala .NET) that is implemented in Objective-C.
Objective-C is the programming language. Cocoa is a number of libraries that enable you to rapidly develop rich user interface applications for OS-X.
XCode is the development environment (IDE) that allows you to author applications in Objective-C using the Cocoa framework.
This is a slight simplification, because it is entirely possible to also utilise the Cocoa framework from other development platforms, such as Python and Ruby.
Martin J Wallace (Slaine)
-
Apr 12th, 2007, 07:53 AM
#10
Hyperactive Member
Re: I've bought a mac
I feel sorry for you buying a Mac.
On a more serious note, does wxWidgets support the Mac?
» Twitter: @rudi_visser : Website: www.rudiv.se «
If Apple fixes security flaws, they are heralded as proactive. If Microsoft fixes a security flaw, they finally got around to fixing their buggy OS.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|