I recently learned how to program C. For most of the time, I used the E version of Eclipse. I tried Xcode recently. I am using a Mac with Mac OS X Lion - Xcode version 4.1.
There is one complaint that I have: at the top of every file that I create, there is this small comment section that I want to delete, or better yet, change it.
When I create the file, something like this is placed at the top of the file by default:
// // FILE.c // PROJECT NAME // // Created by Martin Tuskevicius on DATE. // Copyright YEAR ORGANIZATION (my school name for some reason). All rights reserved. //
Obviously, things in the capitals are replaced by the actual value. For those of you who use or used Xcode to program C - do you know how to change or delete these comments by default?
I really appreciate any help. Thanks!
Martin Tuskevicius
source share