Код:
//*******************************************************
#include <iostream>
#include <locale.h>
//*******************************************************
int main()
{
//setlocale(LC_ALL,".1251");
std::system("@echo привет");
std::cout<<std::endl;
std::system("@pause");
return 0;
}
можно вот еще как.