| |
| | 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,204 Likes: 11 Community Owner | | Community Owner Joined: Feb 2002 Posts: 7,204 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,204 Likes: 11 Community Owner | | Community Owner Joined: Feb 2002 Posts: 7,204 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? | | |
Posts: 7,204 Joined: February 2002
| | | Forums41 Topics33,839 Posts68,797 Members2,177 | | Most Online73,244 Nov 9th, 2025 | | | |
| |