trying to code in C using Xcode

I am trying to write a code that recreates Pong. I am trying to use the graphic features in C, but all of the headers are different from Windows/PC features. I need to know what is needed to do graphics in C using Xcode.

  • It depends on what sort of graphics library you want to use. What do you want to use?

Add a Comment

Replies

Do you want to create a GUI app? Something that a user can double click in the Finder and which then displays a window? Or are you trying build a character-oriented UI that displays in Terminal?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"