Tagged Questions

Xcode is Apple's IDE for developing Mac and iOS applications. It's found on the Mac App Store and at http://developer.apple.com/. The most recent version, released in 2011 is Xcode 4. In addition to Objective-C (and some other languages) code editing and project/build management, it can edit XIBs ...

learn more… | top users | synonyms

4
votes
9answers
1k views

Why does Microsoft charge a fortune for its developer tools?

Microsoft charges thousands of dollars for most versions of Visual Studio. Compare this with companies like Apple and Google and with organizations like GNU and Eclipse that give away developer tools ...
-1
votes
1answer
169 views

How to estimate effort required to convert a large codebase to another language/platform [closed]

Possible Duplicate: Best way to estimate cost related to porting code from language A to language B? We have an MFC C++ program with around 200,000 lines of code in it. It's pretty much ...