I see posts with snippets of code inserted into the post. How do I do that so I can give examples of what I'm talking about?
tex
The code tags can be applied to any amount of text in the post, even if it's one word, like say I'm talking about keyword
this
Or maybe I have an entire program that I have problems with, like
1 2 3 4 5 6 7 8 9 10
|
#include<string>
#include<iostream>
using namespace std;
int main( void )
{
cout << "Hello world" << endl;
return 0;
}
|
Last edited on