Originally posted by dkwan
Just as an aside, I'm surprised this compiles with that semi-colon in there. But I haven't ever tried to split cout like that, it might be possible.
cout <<"The four integers of the input file are: " ;<< n1 <<n2 <<n3 <<n4 <<endl;
Comment