technical-recipes.com

Software and IT Recipes

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • About this blog
  • Boost
  • C++
  • Contact
  • Donate
  • Downloads
  • Graph Algorithms
  • Image Detection
  • Java
  • Microsoft Visual Studio
  • Standard Template Library (STL)
  • Strings

Tag Archives: ostream

How to recursively print STL-based trees

Posted on November 21, 2012 by happyuk
Reply
Tweet

There are plenty of resources on how we may recursively search and print the contents of binary trees. This example shows how to (recursively) make use of the Boost serialization libraries and streams in order to print the contents of a tree-like data structure.
Continue reading →

Posted in C, C++, STL | Tagged ostream, Recursion, Tree | Leave a reply

Follow on Twitter

Follow @Tech_Recipe

Categories

  • Binary Decision Diagrams (1)
  • Bitmaps (2)
  • Boost (12)
  • C, C++ (66)
  • C# / .Net (2)
  • Design Patterns (2)
  • FLTK (1)
  • FlyCapture (4)
  • Genetic Algorithms (4)
  • Getting Started With… (20)
  • Graph Algorithms (8)
  • Installers (5)
  • Java (9)
  • Kruskal's Algorithm (3)
  • Linux (7)
  • Memory Management (4)
  • MFC (9)
  • Microcontrollers / PLCs (1)
  • Object Detection / OpenCV (7)
  • OpenGL (2)
  • Optimization (5)
  • Python (3)
  • Smart Pointers (5)
  • STL (17)
  • Strings (7)
  • Threads (2)
  • Unit Testing (1)
  • Version Control (2)
  • Visual Studio (16)
  • Windows (14)
  • Windows Forms (1)

Recent Posts

  • Getting Started with OpenGL in Linux
  • Practical examples of using Boost serialization
  • Getting started with SWiG for interfacing between C# and C++ Visual Studio projects
  • Using RSA to encrypt large data files in C#
  • Using Win32 static libraries in Visual Studio projects

Recent Comments

  • happyuk on Integrating the FlyCapture SDK for use with OpenCV
  • Max on Integrating the FlyCapture SDK for use with OpenCV
  • happyuk on How to Set up a Subversion (SVN) Server in Linux
  • Bob on How to Set up a Subversion (SVN) Server in Linux
  • happyuk on How to Set up a Subversion (SVN) Server in Linux
Proudly powered by WordPress