Click to See Complete Forum and Search --> : I've bought a mac
stejano
Apr 10th, 2007, 06:37 PM
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
MartinLiss
Apr 10th, 2007, 07:23 PM
Moved.
MoE70
Apr 10th, 2007, 07:24 PM
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]
Arrow_Raider
Apr 10th, 2007, 07:31 PM
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/documentation/Cocoa/Conceptual/ObjCTutorial/chapter01/chapter_1_section_1.html
MartinLiss
Apr 10th, 2007, 07:33 PM
Sorry, I didn't notice. Can you repost it?
Arrow_Raider
Apr 10th, 2007, 08:10 PM
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/documentation/Cocoa/Conceptual/ObjCTutorial/chapter01/chapter_1_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.
stejano
Apr 11th, 2007, 08:12 AM
I don't understand..but cocoa is different from obj-c??
if yes...is cocoa based on???c??c++??
Hack
Apr 11th, 2007, 08:17 AM
Cocoa framework (http://developer.apple.com/documentation/AppleScript/Conceptual/StudioBuildingApps/chapter03/chapter_3_section_5.html)
Slaine
Apr 11th, 2007, 08:40 AM
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.
RudiVisser
Apr 12th, 2007, 07:53 AM
I feel sorry for you buying a Mac.
On a more serious note, does wxWidgets support the Mac?
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.