View Single Post
Re: Hold the key ???
Old
  (#4)
slash-evil
Guest
 
Status:
Posts: n/a
Default Re: Hold the key ??? - 04-03-2004

@BAStumm , thanks , I just found a solution for this problem , but thanks for
your reply

@PMB , thanks , but I can't understand this

BTW: to add spaces at the start of C/C++ lines, enclose them within [ code ] and [ /code ] tags (without the spaces)

is it like this ?

Code:
#include <iostream.h>
int main()
{
     cout <<"Hello World!\n";
     return 0;
}
  
Reply With Quote