Support to Graph
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there any support within Visual C++ to data structure Graph (not Graphics)? If not, does anyone know where I can find the resource related to it? Thanks!:)
Boost features the Boost Graph Library, a highly portable (works with MSVC++ 6.0 too) graph library in the spirit of STL. It might seem a little hard to grasp at first, depending on your level of acquaintance with STL. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo