PC to Macbook Pro Transition - Getting (re)started?

Posted by Torus Linvald on Stack Overflow See other posts from Stack Overflow or by Torus Linvald
Published on 2010-04-25T18:49:55Z Indexed on 2010/04/25 18:53 UTC
Read the original article Hit count: 158

I'm in my second computer science course right now. I've enjoyed programming so far, but really have just scraped my way by. I've not done much programming outside of required class work. For similar reasons, I never really invested in downloading/learning software to help me program (IDE's, editors, compilers, etc).

I know it sounds tedious, but my current setup is: notepad++ for coding; Filezilla to transfer .cpp & .h files to school's aludra/unix and compiling; unix tells me where my bugs are and I go back to notepad++ to debug; repeat until done.

This isn't fun - and I know it could be easier. But I put it off knowing that I was soon going to switch to a Mac. And, tomorrow, I'm switching.

So...

  • How should I set up my Macbook for the best programming experience?
  • What IDEs and editors and debuggers and so on should I download?
  • How will Mac programming differ from PC?

I'm open to all ideas and comments, even the most basic.

(Background - I'm learning/programming in C++ right now. Next semester, my classes switch to Java. I'm also going to take a class in web development, with HTML/CSS/Javascript/PHP. My new laptop will be a late 2009 Macbook Pro with Leopard, or maybe Snow Leopard. Free would be preferrable for all programs.)

Thank you all.

© Stack Overflow or respective owner

Related posts about mac

Related posts about education