Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Objective-C Basics (Retired) Fundamentals of C Anatomy of a C program

Writing C for Windows 8

So obviously Doug is using a Mac, but what if we have a Windows PC? I'm sure that their is some program that we can write it in that. Please help!

1 Answer

Stone Preston
Stone Preston
42,016 Points

You can write C on windows in your browser using something like codepad. If you have access to Visual Studio (you can get it for free if you have a student email address) you can use that. Codeblocks will also work for C/C++.

You can write and compile objective C code on windows (check out this link here for compiler info), but once you start getting into actually making apps you wont be able to do with without xcode (which you cant run on windows, only OSX).

Unfortunately if you wish to continue the track and develop iOS apps you must do that on a mac. Xcode (the program doug is using) is whats used to create iOS apps and that can only be run on OSX. There are ways around this but you would have to use a VM or a hackintosh which violates apples TOS and isnt easy to get up and running. one option is using a service such as MacInCloud, so you might check that out as well