Including #includes in header file vs source file

Posted by Rob from Utah on Stack Overflow See other posts from Stack Overflow or by Rob from Utah
Published on 2010-04-07T22:51:12Z Indexed on 2010/04/07 23:23 UTC
Read the original article Hit count: 461

Filed under:
|
|

I like to put all my #includes in my header file then only include my header for that source file in my source file. What is the industry standard? Are there any draw backs to my method?

© Stack Overflow or respective owner

Related posts about include

Related posts about header