data structures

  1. Rishab7

    Android Need Help with Preorder Traversal in C++

    Hello to everyone. I'm now working on understanding preorder traversal in binary trees using C++, and I've been using material from a blog article on the subject. I've been trying to implement the code provided on the page, but I'm encountering some issues, and I was hoping someone here could...
  2. Rishab7

    Windows 7 Reverse a linked list in Java

    Hi everyone, I am trying to reverse a linked list in Java. I have been following the tutorial on how to reverse a linked list, but I am having trouble understanding the recursive approach. Can anyone help me understand how to reverse a linked list using recursion in Java? Here is the code that...
  3. Rishab7

    Windows 7 Preorder Traversal of Binary Tree

    Hi everyone, I'm currently learning about binary tree traversals, and I'm having trouble understanding preorder traversal in binary tree. Can someone please explain it to me in a simple way? I understand that preorder traversal visits the root node first, followed by the left subtree, and then...
  4. News

    VIDEO New DirectX 12 features in Windows 10 Fall Creators Update

    We’ve come a long way since we launched DirectX 12 with Windows 10 on July 29, 2015. Since then, we’ve heard every bit of feedback and improved the API to enhance stability and offer more versatility. Today, developers using DirectX 12 can build games that have better graphics, run faster and...
  5. News

    VIDEO GoingNative 43: Talks and Tips from the Experts at CppCon 2015! | C9::GoingNative

    Ever wish there were a way to condense the entire CppCon 2015 into less than an hour? Well, realistically speaking, there may not be a way to really do that, but we hope this month's episode comes close! CppCon 2015 was packed to the brim with all sorts of great content, great people, and great...
  6. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
  7. News

    Windows 7 TWC9: MVC3 Tools Update, AntiXSS, Freeze yourself in Carbonite using Kinect

    This week on Channel 9, Dan is joined by Clint to discuss the week's top developer news, including: [Link Removed] Nikhil Kothari - Link Removed, A C# API for building JavaScript [Link Removed] Charles Torre - Q&A with Anders Hejlsberg, creator of the C# programming language [Link Removed]...
  8. News

    Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 8 of n

    Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of...
  9. News

    Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 7 of n

    Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of...
  10. News

    Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 6 of n

    Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of...
  11. News

    Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 5 of n

    Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of...
  12. News

    Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 5 of n

    Link RemovedWelcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft...
  13. News

    Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 5 of n

    Link RemovedWelcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft...
  14. M

    Windows 7 Can someone help us understand SizeHigh in JOB_INFO_4 structure.

    winspool.h in the ddk for Win7 lists 4 levels of EnumJobs. 1. Can someone please explain the SizeHigh long in JOB_INFO_4 struct. 2. It should be documented on the MSDN documentation of EnumJobs also. EnumJobs Function (Windows) Thanks, -Hitesh.
  15. News

    Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 4 of n

    Link RemovedWelcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft...
Back
Top