How to display console text in UITextView?
Posted
by thyrgle
on Stack Overflow
See other posts from Stack Overflow
or by thyrgle
Published on 2010-05-24T03:39:58Z
Indexed on
2010/05/24
4:41 UTC
Read the original article
Hit count: 277
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)
?
© Stack Overflow or respective owner