Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: DVX on February 18, 2004, 11:05 PM

Title: Win32 API/STL
Post by: DVX on February 18, 2004, 11:05 PM
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?
Title: Re:Win32 API/STL
Post by: Skywing on February 19, 2004, 12:50 AM
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.
Title: Re:Win32 API/STL
Post by: Maddox on February 19, 2004, 01:17 AM
I know this thread was kind of hidden...

http://forum.valhallalegends.com/phpbbs/index.php?board=30;action=display;threadid=4088
Title: Re:Win32 API/STL
Post by: DVX on February 19, 2004, 09:08 AM
Quote from: Maddox on February 19, 2004, 01:17 AM
I know this thread was kind of hidden...

http://forum.valhallalegends.com/phpbbs/index.php?board=30;action=display;threadid=4088

already looked there, didn't find anything useful
Title: Re:Win32 API/STL
Post by: K on February 19, 2004, 02:40 PM
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