I would like to learn more about the several lib-files included with Dev. Is there any page with detailed descriptions like "which one is for which purpose"?
Thanks for any hints, kind greets
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All the libraries are from third parties. Most have their own web site. In most cases the boiler-plate comment in the associated header file will provide information regarding author, licensing, and documentation. If not Google is a good start.
Beware that the C standard library is Microsoft's and is documented on MSDN, while the Standard C++ librray is GNU. As it is entirely standard complant, there are a number of sources of useful documentation.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello folks,
I would like to learn more about the several lib-files included with Dev. Is there any page with detailed descriptions like "which one is for which purpose"?
Thanks for any hints, kind greets
Martin
All the libraries are from third parties. Most have their own web site. In most cases the boiler-plate comment in the associated header file will provide information regarding author, licensing, and documentation. If not Google is a good start.
Beware that the C standard library is Microsoft's and is documented on MSDN, while the Standard C++ librray is GNU. As it is entirely standard complant, there are a number of sources of useful documentation.
Clifford