visual studio - How to add a specific line to every C++ source file? -
i want visual studio 2013 add particular set of lines (in case #pragma warning (disable : 4996)
) when add new file in source file.
in simple words #pragma warning (disable : 4996)
should written/inserted in every source file create or add.
you can change template file of code file, example c# class go path:
c:\program files\microsoft visual studio 12.0\common7\ide\itemtemplates\csharp\code\1033\class\class.cs
and add line wherever want.
Comments
Post a Comment