|
| Joined: Sep 2005 Posts: 102 UGN Member | UGN Member Joined: Sep 2005 Posts: 102 | Ok stupid question folks but I dont know the answer. How can I post code for others to see within this forum?
thanks. | | |
▼ Sponsored Links ▼
▲ Sponsored Links ▲
| | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | [ code ] insert code here [ /code ]
Spaces between brackets need to be removed. If you get a 406 error please email me what you're trying to post and i'll tell you why the security script hates you. | | | | Joined: Sep 2005 Posts: 102 UGN Member | UGN Member Joined: Sep 2005 Posts: 102 | Thanks problem solved. When I type "[code]" it doesnt work but when I use the little code button it works fine!
Thanks again! | | | | Joined: Feb 2002 Posts: 7,203 Likes: 11 Community Owner | Community Owner Joined: Feb 2002 Posts: 7,203 Likes: 11 | If you don't "close" the code option it won't work  ... | | | | Joined: Oct 2005 Posts: 44 BANNED | BANNED Joined: Oct 2005 Posts: 44 | #include <iostream.h>
main()
{
cout <<Hello World!";
return 0;
} | | | | Joined: Dec 2002 Posts: 3,255 Likes: 3 UGN Elite | UGN Elite Joined: Dec 2002 Posts: 3,255 Likes: 3 | psst littleman... what happens if you drop the
return 0; | | | | Joined: Oct 2005 Posts: 44 BANNED | BANNED Joined: Oct 2005 Posts: 44 | #include <iostream.h>
main()
{
cout <<Hello World!";
} better? | | |
Forums41 Topics33,840 Posts68,858 Members2,176 | Most Online3,253 Jan 13th, 2020 | | | |
|