Results 1 to 10 of 10

Thread: I've bought a mac

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    187

    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

  2. #2

  3. #3
    Addicted Member MoE70's Avatar
    Join Date
    May 2006
    Posts
    185

    Re: I've bought a mac

    Quote 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]

  4. #4
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    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.

  5. #5

  6. #6
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    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.

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    187

    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++??

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: I've bought a mac


  9. #9
    Fanatic Member Slaine's Avatar
    Join Date
    Jul 2002
    Posts
    641

    Re: I've bought a mac

    Quote 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)

  10. #10
    Hyperactive Member
    Join Date
    Dec 2006
    Location
    Ubuntu Haters Club
    Posts
    405

    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
  •  



Click Here to Expand Forum to Full Width