
21.02.2024, 15:57
|
|
Постоянный
Регистрация: 01.08.2020
Сообщений: 988
С нами:
3043831
Репутация:
163
|
|
[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
|
|
|