How to show code instead of running it:
//Usefull for tutorials like these
<pre><code>//this changes the format to something similar to code
//insert your code here
//except you need to change < with "& l t ;" and > with "& g t ;" (without space)
& l t ; p & g t ; this is a paragraph & l t ; /p & g t ;
</code></pre>
//I have a c++ program for this somewhere in case I forget about it
(it works like: you insert regular code and it gives you the code ready to see instead of run)
//would be cool to make a webpage instead of a c++ but idk how to do it
Go back