View Single Post
Old Jul 19th, 2006, 5:47 AM   #16
thondal
Programmer
 
thondal's Avatar
 
Join Date: Jan 2006
Location: Norway
Posts: 82
Rep Power: 3 thondal is on a distinguished road
Send a message via MSN to thondal
cpp Syntax (Toggle Plain Text)
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. cout << "So instead of using the code tags we use these?"<< endl;
  7. cout << "Thats nice."<< endl;
  8. /*I first thought i had to use the highlight behind every command,
  9.   but i didn't so i'm relieved. :P that wouldn't have been so useful,
  10.   well,it would have taken a long time to post the code then. */
  11. return 0;
  12. }
__________________
"die" he screamed at the polygon man. When he was done with him, only four points remained, a quad of what he once was.
thondal is offline