<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 17 Oct 2019 at 21:44, Stephen <<a href="mailto:stephen_o@bell.net">stephen_o@bell.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
I'm trying to learn Cpp programing on Linux Mint 18.3 which is based on <br>
Ubuntu 16.04.<br>
<br>
Every time I try to compile a source file that has #include <iostream> I <br>
get a message saying that it can't find iostream. I tried using <br>
iostream.h and it had the same effect.<br></blockquote><div><br></div><div>Does it fail in the same way if you compile a file that includes just one line containing<br></div><div>#include <iostream></div><div><br></div><div>Colin<br></div><br></div></div>