How to display console text in UITextView?
- by thyrgle
Basically, I have an iPhone app that makes C file and then I call system("gcc foo.c") and now I need to somehow need to get the results of that file and put it in a UITextView... Also, how would a take input for stuff like scanf("%d", &randomInt)?