
21.02.2024, 16:46
|
|
Постоянный
Регистрация: 15.09.2021
Сообщений: 396
С нами:
2453766
Репутация:
68
|
|
[QUOTE="chebocsar"]
почему русские символы каверкаются? локализация подключена в чем тогда проблема , никак не пойму(visual studio)
Код:
[CODE]
#include
#include
using namespace std;
void passportIndentification()
{
setlocale(LC_ALL, "rus");
int age;
string name;
cout > name;
string surname;
cout > surname;
cout > age;
string nation;
cout > nation;
string from;
cout > from;
string town;
cout > town;
cout
|
|
|