[solved][Debian sarge]:problem with command ligne.
Posted: Thu Jun 15, 2006 12:23 am
Hello,
In command ligne(consol), when I write a text, for example this one:
My question is : what must I do to have a normal text.
Thants in advance for the help.
In command ligne(consol), when I write a text, for example this one:
I obtain this text:Debian@cheikhbouchihda~$vi hello.cpp
#include <ctime>
#include <iostream>
using namespace std;
int main()
{
time_t maintenant;
time(&maintenant);
cout << "Hello world en C++ : " << ctime(&maintenant) << endl;
return 0;
}
I meam that, I can not have the first letters of the sentences.ebian@cheikhbouchihda~$vi hello.cpp
include <ctime>
include <iostream>
sing namespace std;
nt main()
{
time_t maintenant;
time(&maintenant);
out << "Hello world en C++ : " << ctime(&maintenant) << endl;
eturn 0;
My question is : what must I do to have a normal text.
Thants in advance for the help.