我正在为所有.cpp文件创建新模板。我正在使用类似于Code Complete,第2版中的块样式。我试图根据系统的时间和输入的文件名自动填充日期和文件名。到目前为止我所拥有的:
/**********************************************************************
filename: filename.cpp
class: class_name
author: author_name
date: date
Purpose goes here Purpose goes here Purpose goes here Purpose goes here
Purpose goes here Purpose goes here Purpose goes here Purpose goes here
Based on Pg. 789 "Code Complete" 2nd ed.
*********************************************************************/
编辑:我使用Windows 10和Visual Studio Community 2015作为IDE和文本编辑器