[OT] Re: Display C in HTML




"Adam" <news@xxxxxxxxxxxxxxxx> ha scritto nel messaggio news:1183201733.217334.68820@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

Does anyone know of an online C-to-HTML converter to display code
nicely formatted in a browser?

Thanks a lot,
Adam

That's not a question about C.
<ot>
Have you tried the <pre> tag? You'll still need to escape characters such as <, &, etc...
</ot>


.