Author Topic: Any way to practice Xcode on a PC?  (Read 2044 times)

0 Members and 1 Guest are viewing this topic.

Offline warlock91

  • Serf
  • *
  • Posts: 29
  • Cookies: -19
  • ee_ex
    • View Profile
Any way to practice Xcode on a PC?
« on: July 22, 2015, 02:57:26 pm »
Grabbed a couple books on Xcode but failed to realize that it's a language for Macs  :-[
Error has turned animals into men, and to each the fold repeats.
We left the apes to rot, but found the fang grows within.
The fear is excruciating, but therein lies the answer.


Haters gonna hate

Offline gray-fox

  • Knight
  • **
  • Posts: 208
  • Cookies: 52
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #1 on: July 22, 2015, 05:40:14 pm »
Most likely os x virtualization is your best/only option.

Offline warlock91

  • Serf
  • *
  • Posts: 29
  • Cookies: -19
  • ee_ex
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #2 on: July 22, 2015, 10:00:08 pm »
Ah, thanks. Thought it was gonna be something troublesome like that.

Luckily I have some old towers that I can use.
Error has turned animals into men, and to each the fold repeats.
We left the apes to rot, but found the fang grows within.
The fear is excruciating, but therein lies the answer.


Haters gonna hate

Offline spanko

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #3 on: August 07, 2015, 05:35:06 am »
Xcode is not a language but an IDE (Integrated Development Environment) its a program that helps you do edit and debug your code.  Any language you can program on OS X you can also on linux or windows.  I'm assuming the books you got were on Objective-C.  The first few chapters may talk about setting up Xcode but just skip over those if you are using a different IDE.  Check out gcc to compile any other Objective-C program.  If you really did pick up a book to learn how to operate Xcode exclusively but can't run it on your system just don't learn it is my advice.

Offline warlock91

  • Serf
  • *
  • Posts: 29
  • Cookies: -19
  • ee_ex
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #4 on: August 09, 2015, 07:54:51 pm »
Xcode is not a language but an IDE (Integrated Development Environment) its a program that helps you do edit and debug your code.  Any language you can program on OS X you can also on linux or windows.  I'm assuming the books you got were on Objective-C.  The first few chapters may talk about setting up Xcode but just skip over those if you are using a different IDE.  Check out gcc to compile any other Objective-C program.  If you really did pick up a book to learn how to operate Xcode exclusively but can't run it on your system just don't learn it is my advice.

So you're saying these are just books on debugging? These are the books I have, they were recommended to me as a starting point for learning programming.

Become An Xcoder
Beginning Xcode
Xcode 3 Unleashed

So you're saying these are just books on debugging?
Error has turned animals into men, and to each the fold repeats.
We left the apes to rot, but found the fang grows within.
The fear is excruciating, but therein lies the answer.


Haters gonna hate

Offline IamMe

  • Serf
  • *
  • Posts: 44
  • Cookies: 5
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #5 on: August 10, 2015, 04:14:14 pm »
First off, you haven't kicked up programming yet, at least the basics.....what have you been doing since cause i remembered this was you asking for c++ starter books https://evilzone.org/programming-newbies/got-my-hands-on-a-c-book-just-wondering-if-it-will-do

Second, since telling you won't do the trick(spanko tried and you still didn't listen) read this from apple dev page
https://developer.apple.com/xcode/ide
or at wikipedia https://en.wikipedia.org/wiki/Xcode

Third, dude xcode3, when you wanna start something at least try doing a little bit of research on it(i guess that bundles everything i wrote RESEARCH), xcode3 is outdated, presently yosemite came out with xcode6 now elcapitano, ios9 is coming out with xcode7 (though they all out already) so you better get a book updated with xcode6 and above

Finally, if you want a piece of advice i guess you should just start with python3 (Note: i'm a java dev) there are books on it in the ebook section

Offline warlock91

  • Serf
  • *
  • Posts: 29
  • Cookies: -19
  • ee_ex
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #6 on: August 10, 2015, 05:18:48 pm »
First off, you haven't kicked up programming yet, at least the basics.....what have you been doing since cause i remembered this was you asking for c++ starter books https://evilzone.org/programming-newbies/got-my-hands-on-a-c-book-just-wondering-if-it-will-do

Second, since telling you won't do the trick(spanko tried and you still didn't listen) read this from apple dev page
https://developer.apple.com/xcode/ide
or at wikipedia https://en.wikipedia.org/wiki/Xcode

Third, dude xcode3, when you wanna start something at least try doing a little bit of research on it(i guess that bundles everything i wrote RESEARCH), xcode3 is outdated, presently yosemite came out with xcode6 now elcapitano, ios9 is coming out with xcode7 (though they all out already) so you better get a book updated with xcode6 and above

Finally, if you want a piece of advice i guess you should just start with python3 (Note: i'm a java dev) there are books on it in the ebook section

Ah, well, thanks for being patient with me IamMe. I'm the type of person that likes to gather as much information as possible before taking any steps. I'll check out that wiki page. And good looks for letting me know about Xcode3 being outdated.
Error has turned animals into men, and to each the fold repeats.
We left the apes to rot, but found the fang grows within.
The fear is excruciating, but therein lies the answer.


Haters gonna hate

Offline rogue.hackz

  • Peasant
  • *
  • Posts: 55
  • Cookies: 4
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #7 on: September 30, 2015, 05:31:02 pm »
Or try it the hard way: VIM jk.

Btw you might want to check out pycharm, it's pretty good python IDE.
"The only true wisdom is in knowing that you know nothing" -Socrates

Offline warlock91

  • Serf
  • *
  • Posts: 29
  • Cookies: -19
  • ee_ex
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #8 on: October 01, 2015, 11:38:36 pm »
I wasn't asking for a python IDE but ok...
Error has turned animals into men, and to each the fold repeats.
We left the apes to rot, but found the fang grows within.
The fear is excruciating, but therein lies the answer.


Haters gonna hate

Offline lolwut

  • Serf
  • *
  • Posts: 20
  • Cookies: 2
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #9 on: October 04, 2015, 05:11:39 am »
Finally, if you want a piece of advice i guess you should just start with python3 (Note: i'm a java dev) there are books on it in the ebook section

No, start with Java if you want to move to Objective C eventually.

Or better yet (assuming you have no programming experience) start with going through some courses the following topics -

Discrete Mathematics - http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/
Intro to Computer Science - https://www.edx.org/course/introduction-computer-science-harvardx-cs50x
More Into to computer science (Object Oriented stuff) - http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/Syllabus/

After that you should be fine for any language really.

Offline dec

  • Serf
  • *
  • Posts: 26
  • Cookies: 4
    • View Profile
Re: Any way to practice Xcode on a PC?
« Reply #10 on: January 01, 2016, 09:35:19 pm »
To get back to the original question:
Most likely os x visualization is your best/only option.

OS X visualization is the only option. However only pc's with specific hard ware will work. An intel CPU is required. There's a huge community at: http://www.tonymacx86.com/

Visualization is a more difficult than just dual booting in my opinion. But it's up to your needs.
"Never trust a computer you can't throw out a window."
-Steve Wozniak-