C++ question

EvilManagedCare

Senior member
Nov 6, 2004
324
0
0
Is there a resource documenting the C++ libraries with function examples similar to the Java API docs Sun has on their website? I have checked the Library reference at the MSDN, but didn't find much in the way of function descriptions or examples of syntax. It is quite possible I was not looking in the right place.

Thanks in advance.
 

alent1234

Diamond Member
Dec 15, 2002
3,915
0
0
i remember years ago there was a whole book full of Microsoft Foundation Classes and their uses.

Are you looking for the generic C++ functions or the ones MS made up for their API's? The generic ones will be somewhere else on the internet