How to insert a default code into every new cpp file created by Visual C++ Express 2008
I am currently moving from Dev-C++ to VC++ Express 2008. I don't intend to use it for any development projects, but only codes for programming contests. Dev-C++ had a nice feature which inserted a default code into every new source file (Tools > Editor Options > Code > Default Source).
I wonder if that can be done in VC++ too.
And also,is there a way of getting cpp files to build and开发者_运维问答 execute without being part of a project in VC++ ?
Thanks in advance.
精彩评论