eg.
#include<iostream.h>
void main()
{
cout<<" HELP ME";
}
how i can change this HELP ME in preeti font
Edited by Alexander, 14 April 2011 - 06:25 PM.
(Added code tags, # button)
#include<iostream.h>
void main()
{
cout<<" HELP ME";
}
Edited by Alexander, 14 April 2011 - 06:25 PM.
(Added code tags, # button)
|
|
|
wprintf(L"(something in your language here)");
wprintf(L"汉语/漢語\n");and
std::wcout << L"汉语/漢語" << std::endl;It is still dependent on your terminal capabilities.
0 members, 1 guests, 0 anonymous users