Include Files Reference for C++?!?

Started by
3 comments, last by utwo007 22 years, 5 months ago
I''m looking for a good resource that lists all of the standard *.h files, and includes explainations and examples of what functions and classes they contain, as well as what they do and how to use them. Anyone have any ideas?
---signature---People get ready.I'm ready to play.
Advertisement
Ummm...look in your compiler''s \include directory LOL...Seriously, though - try MSDN.

---------------

I finally got it all together...
...and then forgot where I put it.
Hehe, I''ve tried checking out the /includes directory. While I think I''m doing pretty well with C++, I still don''t have a grasp firm enough to where I can read C++ like plain English. Also, that would require that I know which header file to look for, or that I have the patience to scan through bunches of them. Neither is true...hehe.

I was hoping there would be a good website out there that explains each file in plain english, so that a dummy like me can learn more about them. I''ll try MSDN, though. Thanks!

Any other suggestions would also be appreciated.
---signature---People get ready.I'm ready to play.
A good book.
www.cplusplus.com

This topic is closed to new replies.

Advertisement