RUSES
Would you like to react to this message? Create an account in a few clicks or log in to continue.
April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


How to insert code into a forum post

Go down

How to insert code into a forum post Empty How to insert code into a forum post

Post  John Mon Feb 27, 2012 12:03 am

To insert code use the code tags
There is a button that add these for you if you highlight the code and click the <> button

[ code ] the code [ /code ]

Code:
int main(){
//setting the program priority to speed up the program.
SetPriorityClass(hCurrentProcess, HIGH_PRIORITY_CLASS);

   int x=0;
   
   do {

      go();
      x++;

   }while(x<20 );

cin>>end;
return 0;
}

If you are adding large amounts of code please send the url after submitting it to paste bin its easy to use!!
PASTE BIN
John
John
Admin

Posts : 36
Join date : 2012-02-23
Age : 32

https://ruses.forumotion.co.uk

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum