I've been programming a few months now as part of my degree, using C. I use Xcode on my Macbook but like to compile the code in terminal since the one in the programme is too obtrusive for me, I don't like the white background and all the other text.
I have one question. Does anyone know how to make all the unnecessary information in Terminal go away. For example when I run my UEXE file I always get this message at the top of the programme.
Last login: Tue Mar 20 12:11:40 on abcdefg
/Users/Johndoe/Desktop/Project/build/Debug/Project ; exit;
bayley-111-52:~ Johndoe$ /Users/Johndoe/Docs/Project/build/Debug/Project ; exit;
I want to remove all this so when I run my programme, all I see is my programme. I dislike all this extra information. I've been searching around for help but am struggling to solve this.
Thanks
I have one question. Does anyone know how to make all the unnecessary information in Terminal go away. For example when I run my UEXE file I always get this message at the top of the programme.
Last login: Tue Mar 20 12:11:40 on abcdefg
/Users/Johndoe/Desktop/Project/build/Debug/Project ; exit;
bayley-111-52:~ Johndoe$ /Users/Johndoe/Docs/Project/build/Debug/Project ; exit;
I want to remove all this so when I run my programme, all I see is my programme. I dislike all this extra information. I've been searching around for help but am struggling to solve this.
Thanks