$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Erica Calogero (ecalogero_at_[hidden])
Date: 2007-06-12 06:45:45
Hi there,
I am having difficulty writing to a .dot file. After typing in the follwoing
code (following the example in the book, p.85).
write_graphviz("ECgraphs/test_network.dot",angle_list);
I get the following error message:
Error 89 error C2664: 'boost::write_graphviz' : cannot convert
parameter 1 from 'const char [26]' to 'std::ostream &'
What code do I have to write to convert my 'const char [26]' to a
'std::ostream &'?
Thanks,
Kind regards,
Erica.