Author | Message | Time |
---|---|---|
DVX | i've been reading some random tutorials on win32 api and the stl.. to tell you guys the truth, it's the most confusing thing i have ever tried to learn in c++... can any give me some references for tutorials/books that teach the win32 api and/or stl well? | February 19, 2004, 5:05 AM |
Skywing | These are distinct things. Win32 API is platform-specific, STL is platform-neutral. "The C++ Programming Language" by Bjarne Stroustrup is a good start for STL. | February 19, 2004, 6:50 AM |
Maddox | I know this thread was kind of hidden... https://davnit.net/bnet/vL/phpbbs/index.php?board=30;action=display;threadid=4088 | February 19, 2004, 7:17 AM |
DVX | [quote author=Maddox link=board=30;threadid=5362;start=0#msg45008 date=1077175046] I know this thread was kind of hidden... https://davnit.net/bnet/vL/phpbbs/index.php?board=30;action=display;threadid=4088 [/quote] already looked there, didn't find anything useful | February 19, 2004, 3:08 PM |
K | I believe the second volume of "Thinking in C++" by Bruce Eckel goes over the STL and I have heard this book is highly recommended. In any case, you can get both books for free from this website: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html | February 19, 2004, 8:40 PM |