Hi, I'm new to programming and learning to write code in C for my degree. I'm comfortable with the code side of things, however struggling to get my head around the layout of Xcode and creating projects etc.
Is it possible to create a project with multiple 'programmes' within it? For example I create a project for 'Monday's lecture' that I have several separate source codes in it that are independent of each other to cover each aspect of the lecture?
Also how do I get my programme to compile and run in terminal rather than the window at the bottom of Xcode's? Thanks