<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div><div><div>Hello everybody, thanks in advance. I'm novice with galib and I 
have several problems for example when I try to complile the 16 example I
 have an erropr message:</div><div>ex16.C:12:10: fatal error: iostream.h: No existe el archivo o el directorio<br>&nbsp;#include &lt;iostream.h&gt;<br><br></div><div>if I remove the extension .h things dont change to better</div><div><br></div><div>ex16.C:13:10: fatal error: fstream.h: No existe el archivo o el directorio<br>&nbsp;#include &lt;fstream.h&gt;<br><div>if I remove egain the extension I get a lot of errors:</div><div><div>ex16.C:34:10: error: ‘ostream’ does not name a type; did you mean ‘strcat’?<br>&nbsp;&nbsp; friend ostream &amp; operator&lt;&lt;(ostream &amp; os, const Point &amp; p){<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strcat<br>ex16.C:53:16: error: variable or field ‘WriteNode’ declared void<br>&nbsp;void WriteNode(ostream &amp; os, GANode&lt;Point&gt; * n);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~<br>ex16.C:53:16: error: ‘ostream’ was not declared in this scope<br><br></div><div>And besides I don't know how I must compile galib, with whar options, I'm only writing g++ ex16.C</div><div><br></div><div>Thanks<br></div></div></div></div><br></div></div></body></html>