Mill Computing, Inc. Forums Forum Admin Site Related Problems and Suggestions Site-related issues (problems, suggestions) Reply To: Site-related issues (problems, suggestions)

staff
Keymaster
Post count: 49

If you want code to show up with indents unscathed, paste the code in, select it with the mouse, then click the “code” button on your edit bar.

like this:

void function(int &a, int& b) {
   // just some junk to illustrate
   a = b;
}