MSDN Library: where are the function definitions?

watdahel

Posts: 286   +0
Does the online MSDN Library document all the functions for each header file in the standard library? I don't see it; all I see are the header file description, but none of the functions and their implementation. The library is so confusing.

I like the Java's Library; it's more organized and easy to browse through. It also includes description and implementation of all the methods available.
 
Back