Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
1.25/5 (3 votes)
See more:
I want VC++ all functions explained with examples, help me
Posted
Comments
Sergey Alexandrovich Kryukov 13-Mar-14 17:35pm    
You need to understand one important thing: languages are not composed of "functions", but libraries can.
—SA

The problem is not that you cannot get all the descriptions of all those APIs. The problem is: you just don't need it.

You need to understand one important thing: languages are not composed of "functions", but libraries can. But you don't need to "learn" all libraries, it would be just the waste of time. You need to learn programming, including the use of different kinds of libraries, the principles and techniques. You need to focus on fundamentals as much as possible, and very little in libraries falls into this category.

—SA
 
Share this answer
 
:laugh: :laugh: :laugh: :laugh:
Very funny!
Well done. :thumbsup:


Hang on - you aren't joking, are you?
Seriously? Not a hope in heck.
There are probably hundreds of different APIs "for C++", if not thousands.
Each API will contain between "a couple" and "a couple of thousand" functions.

There is no PDF which covers all of them.

The closest is to start with MSDN and start looking at the API's you are interested in. Even then, just reading the description of each method is going to take you a couple of months just for teh "Windows API"...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900