1

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 adding (void) to argumentless functions?

oguz ismail
  • 1
  • 16
  • 47
  • 69
Peter Nimmo
  • 1,045
  • 2
  • 12
  • 25
  • Just out of curiosity, why do you not want void in arguments list? Some platforms require the void for clean compile... – Sam Post Mar 05 '10 at 13:23
  • 1
    There's no need of this disambiguation in C++. `int foo();` is `int foo(void);` But back to C, `int foo();` is in fact `int foo(...);` – Didier Trosset Mar 05 '10 at 13:26

0 Answers0