Hi all,
My question may be little bit stupid (you'll see) but I would like to now anything about libraries from MinGW.
Something like library reference, what functions or classes I may use and so on. I don't know where to get it for off-line using. I will appreciate any help.
Thank you
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Well, I guess you could try at www.mingw.org. As far as I know they got everthing as single HTML files. So download and save them.
But don't expect that you get a docu for *everything*. There are so many functions and classes and I don't think is something out there that sounds like what you are looking for.
Maybe try a good book on C++...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
My question may be little bit stupid (you'll see) but I would like to now anything about libraries from MinGW.
Something like library reference, what functions or classes I may use and so on. I don't know where to get it for off-line using. I will appreciate any help.
Thank you
Tom
Hi!
Well, I guess you could try at www.mingw.org. As far as I know they got everthing as single HTML files. So download and save them.
But don't expect that you get a docu for *everything*. There are so many functions and classes and I don't think is something out there that sounds like what you are looking for.
Maybe try a good book on C++...
c standard libraries (not c++ closses):
http://www.gnu.org/manual/glibc-2.2.5
unfortunately at the moment gnu.org is down.
tkorrovi