Communicate With Arduino Wirelessly - Best Options?

Hello Joe, Im not at all an expert in this area actually quite the opposite. Ive just started out trying to understand wireless communication and its quite complex. I am how ever trying to do almost the same project like youre doing and I have a different approach.
In your case it would be something like this:
Arduino on the RC car has a Xbee module connected to it either via a xbee shield or a breakout board. That xbee recieves the wireless information and converts it into easy handle serial communication for the arduino.
At the computer you have an Xbee explorer Usb (just search sparkfun and you'll find em) with another xbee module plugged into. With the computer you can then send serial communication commands to the xbee which will be wirelessly transfered to the other xbee which will convert it back to seral communication.

At the computer you could use the Programming interface called Processing, Im not aware of any other alternative but im sure there are plenty!
I hope that helped you!
good luck on your project!