The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Os x sdk equivalents to windows

    Discussion in 'Apple and Mac OS X' started by Luke1708, Jan 20, 2010.

  1. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    Hey guys, i'm fedup of having to boot into windows to do my programming. can you guys suggest me some equivalent sdk's for my programming language? I study the following:

    C, C++, Java, Dr Scheme, Swi Prolog, Plpg sql (Postgre), Html, javascript, css, php, ajax, celenium. A friend of mine told me that xcode is very good but i dont know how to use it. Basically, i've been using my mac to do windows programming since i bought it.

    In my computer graphics module, we do open gl programming (Which i'm using c++ express edition to code), google sketchup, 3ds max, maya.

    what's the os x equivalent to visual studio? I want to dump windows and do all my programming in snow leopard now, but i dont know if visual studio has an equivalent in os x.
     
  2. Budding

    Budding Notebook Virtuoso

    Reputations:
    1,686
    Messages:
    3,982
    Likes Received:
    0
    Trophy Points:
    105
    Xcode is no good. The only reason people use it is for OS X development, which is mainly in Objective-C, and Xcode is the only decent IDE that supports the language out there.

    Eclipse is always a good choice, and supports most of the languages you have listed above.
     
  3. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    ok, so there is an eclipse sdk for os x? I have googled a bit and dreamweaver cs4 is available for os x. I use easy php on windows for the webserver. Is there a good alternative for os x? Also, what about the c++? Is there an sdk for it?
     
  4. Budding

    Budding Notebook Virtuoso

    Reputations:
    1,686
    Messages:
    3,982
    Likes Received:
    0
    Trophy Points:
    105
    Eclipse does C++, you just have to install the plugin for it.
    Dreamweaver is nice for PHP, as are Eclipse and Textmate.
    You can download the various versions of Eclipse here: http://www.eclipse.org/downloads/
     
  5. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    wow, i always thought eclipse could do only java. i guess i was wrong. I found something called cdt development here. I have to do a few tweakings to get it working with c++.
     
  6. Patrick

    Patrick Formerly beat spamers with stiks

    Reputations:
    2,284
    Messages:
    2,383
    Likes Received:
    93
    Trophy Points:
    66
    I stand by my statement that textmate is the best editor for php/ajax/rails/etc EVER.
     
  7. masterchef341

    masterchef341 The guy from The Notebook

    Reputations:
    3,047
    Messages:
    8,636
    Likes Received:
    4
    Trophy Points:
    206
    netbeans is an alternative to eclipse that achieves mostly the same end result.
     
  8. bigfudge

    bigfudge Notebook Enthusiast

    Reputations:
    0
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    If you are used to Visual Studio you may find Eclipse a little rough around the edges. And buy some more RAM, lol.
    Also, download the Carbon version on OSX, the Cocoa one is wonky.
     
  9. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    isn't 4gb enough?

    @Patrick: is textmate better than dreamweaver? i want to install dreamweaver cs4 on my laptop and give it a go. the windows version is nice.
     
  10. Budding

    Budding Notebook Virtuoso

    Reputations:
    1,686
    Messages:
    3,982
    Likes Received:
    0
    Trophy Points:
    105
    Textmate is a highly advanced text editor, but it's not a full blown IDE. It's like a more advanced Notepad++, with the ability to compile and run stuff, but without stuff like built in debuggers (although you can add a 3rd party debugger in manually).
     
  11. bigfudge

    bigfudge Notebook Enthusiast

    Reputations:
    0
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    Totally, I was making a joke. Eclipse is a known memory hog. Make sure you edit the eclipse.ini to bump up the max RAM it can use.
     
  12. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    hey guys, is there a c++ ide like visual c++? i've searched but it looks like i have to tweak eclipse to get it running. code blocks does not work and textmate is not free. I tried xcode but there are way too many options.
     
  13. wave

    wave Notebook Virtuoso

    Reputations:
    813
    Messages:
    2,563
    Likes Received:
    0
    Trophy Points:
    55
    There are 4 reasons for me to run windows on a mac. Windows Live messenger, Excel, Powerpoint and Visual Studio. There is no good replacement for them. The Mac version of Office is no where as good as the windows version and Open office is just laughable.

    If you learn how to use Visual Studio you will never want to switch. The best you can get is Netbeans for OSX.

    When you have some time have a look at Code::blocks ( http://www.codeblocks.org/ ) some of my friends like it better than VS even (not me)
     
  14. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    yes, i love visual studio. its the best c++ ide out there but i'm fed up of restarting my laptop everytime to log on to windows.
     
  15. notyou

    notyou Notebook Deity

    Reputations:
    652
    Messages:
    1,562
    Likes Received:
    0
    Trophy Points:
    55
    Then run Windows in a VM. If there's one thing that MS did right, it's Visual Studio. If you don't use it, it'll be more hassle for an inferior IDE.
     
  16. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    netbeans is pretty interesting. you are right bro, nothing can beat vs. the problem is that u have lots of viruses on my windows partition and using it as vm will make my mac very slow. i'll virtualise a clean copy of windows xp. 5gb should do it.
     
  17. lixuelai

    lixuelai Notebook Virtuoso NBR Reviewer

    Reputations:
    463
    Messages:
    2,326
    Likes Received:
    1
    Trophy Points:
    56
    Haha I did most of my C/C++ coding in college with vim.
     
  18. surfasb

    surfasb Titles Shmm-itles

    Reputations:
    2,637
    Messages:
    6,370
    Likes Received:
    0
    Trophy Points:
    205
    Cause you are a champ.
     
  19. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    hey guys, can someone link me to the prolog editor for mac os x? i cant seem to find it. thanks.
     
  20. Budding

    Budding Notebook Virtuoso

    Reputations:
    1,686
    Messages:
    3,982
    Likes Received:
    0
    Trophy Points:
    105
    Emacs? I've only edited prolog in a text editor and then compiled it with SICStus Prolog separately before.
     
  21. Luke1708

    Luke1708 Notebook Virtuoso NBR Reviewer

    Reputations:
    352
    Messages:
    3,799
    Likes Received:
    0
    Trophy Points:
    105
    no, our lecturer gave us an swi prolog editor. but it's only for windows. i wanted the mac version.