There are far too many to list. I'd recommend looking at the MSDN online library, since most header files relate to specific categories of fuctionality:
You can find .h files lots of places, but they more than likely won't be much help to you if you don't have the associated object code. Exactly which headers are you missing and why? What compiler do you have? If you're missing headers with names like <cassert> or <cstdio>, you might just need to include them by their old names (<assert.h> or <stdio.h>) because your compiler doesn't support the "new" header names.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.