@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;
}