Damn tags...

Started by
1 comment, last by Noods 22 years, 3 months ago
How would I include in an html file? It reads that as a tag, how would I get around it? Noods
Advertisement
&lt, &gt (less-than, greater-than).

Ex: #include <iostream>

[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!
Of course, you should use them with semicolons:
&lt;, &gt;

[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!

This topic is closed to new replies.

Advertisement