Good tutorials are very easy to google on this subject... I suggest you simply Google the most important easy ones (Linked List, Binary Tree, Heap, Binomial Heap) and go from there. Most google searches will lead to pages with code examples as well.
Personally, I learned from the MSDN page: http://msdn.microsoft.com/en-us/vcsharp/aa336800
It's explained well, but the code examples are in C# which can be useless at best and confusing at worst.