Sample code/project for parsing string lines and implementing DFS/BFS
StringSpittingDemo.cpp - sample code for parsing space separated string lines.
Folder 'VS Solution' - a Visual Studio solution with the same code.
'Sample graph implementation (draft).cpp' - a draft code for implementing graph representation and DFS/BFS.
Click ParsingDemo.zip link to download the file.