Hi,
What view would be the best view for displaying text from the console? In particular output of a C program? For example if I used system("gcc foo.c");
in my program and then wanted to display the output of that what view would a I use and how would I display it? Also, how would I get input too?