How can I stop the class view add member function wizard from adding (void) to argumentless functions?
The post VS2008 win32 project defaults - remove default precompiled headers outlines how you can edit the wizards to remove the use of precompiled headers.
Can I do something similar to stop the add member classview wizard from开发者_StackOverflow中文版 adding (void) to argumentless functions?
精彩评论