A question on style regarding includes (C++)

Started by
29 comments, last by SiCrane 11 years, 1 month ago
For Windows API functions, they tell you what header you should actually include. For example, if you look at GetLastError() it says "Header WinBase.h (include Windows.h)" so you should probably follow the documentation and include windows.h rather than winbase.h.

This topic is closed to new replies.

Advertisement