Rvmsitow
Новичок
- 11
- 1
Оно работает !попробуй заменить адреса на0xE5D7
и0xE5E2
Спасибо большое, правда!
У вас есть страница для пожертвований? ты только что закончил четыре дня трудностей
Оно работает !попробуй заменить адреса на0xE5D7
и0xE5E2
#include <iostream>
#include<locale>
using namespace std;
void passportIndentification()
{
setlocale(LC_ALL, "rus");
int age;
string name;
cout << "Введите свое имя" << endl;
cin >> name;
string surname;
cout << "Введите свою фамилию" << endl;
cin >> surname;
cout << "Введите свой возвраст" << endl;
cin >> age;
string nation;
cout << "Введите свою нацию" << endl;
cin >> nation;
string from;
cout << "Введите свою страну" << endl;
cin >> from;
string town;
cout << "Введите свой город" << endl;
cin >> town;
cout << "Ваше имя: " << name << endl;
cout << "Ваша фамилия: " << surname << endl;
cout << "Ваш возвраст: " << age << endl;
cout << "Ваша нация: " << nation << endl;
cout << "Ваша страна: " << from << endl;
cout << "Ваш город: " << town << endl;
}
int main() {
passportIndentification();
return 0;
}
с консолью трабл скорее, пробуй что-нибудь отсюдапочему русские символы каверкаются? локализация подключена в чем тогда проблема , никак не пойму(visual studio)
Код:#include <iostream> #include<locale> using namespace std; void passportIndentification() { setlocale(LC_ALL, "rus"); int age; string name; cout << "Введите свое имя" << endl; cin >> name; string surname; cout << "Введите свою фамилию" << endl; cin >> surname; cout << "Введите свой возвраст" << endl; cin >> age; string nation; cout << "Введите свою нацию" << endl; cin >> nation; string from; cout << "Введите свою страну" << endl; cin >> from; string town; cout << "Введите свой город" << endl; cin >> town; cout << "Ваше имя: " << name << endl; cout << "Ваша фамилия: " << surname << endl; cout << "Ваш возвраст: " << age << endl; cout << "Ваша нация: " << nation << endl; cout << "Ваша страна: " << from << endl; cout << "Ваш город: " << town << endl; } int main() { passportIndentification(); return 0; }
с локализацией все хорошо, попробуй другую консольпочему русские символы каверкаются? локализация подключена в чем тогда проблема , никак не пойму(visual studio)
Код:#include <iostream> #include<locale> using namespace std; void passportIndentification() { setlocale(LC_ALL, "rus"); int age; string name; cout << "Введите свое имя" << endl; cin >> name; string surname; cout << "Введите свою фамилию" << endl; cin >> surname; cout << "Введите свой возвраст" << endl; cin >> age; string nation; cout << "Введите свою нацию" << endl; cin >> nation; string from; cout << "Введите свою страну" << endl; cin >> from; string town; cout << "Введите свой город" << endl; cin >> town; cout << "Ваше имя: " << name << endl; cout << "Ваша фамилия: " << surname << endl; cout << "Ваш возвраст: " << age << endl; cout << "Ваша нация: " << nation << endl; cout << "Ваша страна: " << from << endl; cout << "Ваш город: " << town << endl; } int main() { passportIndentification(); return 0; }
почему русские символы каверкаются? локализация подключена в чем тогда проблема , никак не пойму(visual studio)
Код:#include <iostream> #include<locale> using namespace std; void passportIndentification() { setlocale(LC_ALL, "rus"); int age; string name; cout << "Введите свое имя" << endl; cin >> name; string surname; cout << "Введите свою фамилию" << endl; cin >> surname; cout << "Введите свой возвраст" << endl; cin >> age; string nation; cout << "Введите свою нацию" << endl; cin >> nation; string from; cout << "Введите свою страну" << endl; cin >> from; string town; cout << "Введите свой город" << endl; cin >> town; cout << "Ваше имя: " << name << endl; cout << "Ваша фамилия: " << surname << endl; cout << "Ваш возвраст: " << age << endl; cout << "Ваша нация: " << nation << endl; cout << "Ваша страна: " << from << endl; cout << "Ваш город: " << town << endl; } int main() { passportIndentification(); return 0; }
#include <iostream>
#include<locale>
#include <io.h>
#include <fcntl.h>
using namespace std;
void passportIndentification()
{
_setmode(_fileno(stdin), _O_U16TEXT);
_setmode(_fileno(stdout), _O_U16TEXT);
setlocale(LC_ALL, "rus");
int age;
wstring name;
wcout << L"Введите свое имя" << endl;
wcin >> name;
wstring surname;
wcout << L"Введите свою фамилию" << endl;
wcin >> surname;
wcout << L"Введите свой возвраст" << endl;
wcin >> age;
wstring nation;
wcout << L"Введите свою нацию" << endl;
wcin >> nation;
wstring from;
wcout << L"Введите свою страну" << endl;
wcin >> from;
wstring town;
wcout << L"Введите свой город" << endl;
wcin >> town;
wcout << L"Ваше имя: " << name << endl;
wcout << L"Ваша фамилия: " << surname << endl;
wcout << L"Ваш возвраст: " << age << endl;
wcout << L"Ваша нация: " << nation << endl;
wcout << L"Ваша страна: " << from << endl;
wcout << L"Ваш город: " << town << endl;
}
int main() {
passportIndentification();
return 0;
}
FetchContent_Declare(
memwrapper
GIT_REPOSITORY https://github.com/The-Musaigen/memwrapper.git
GIT_TAG 7d51e3134d8f955651ef7dda8bab44b0efb0665f
)
FetchContent_MakeAvailable("memwrapper")
add_library("memwrapper" INTERFACE)
target_include_directories(${PROJECT_NAME} PUBLIC ${memwrapper_SOURCE_DIR})
set_target_properties(${PROJECT_NAME} PROPERTIES
CXX_STANDARD "17"
CXX_STANDARD_REQUIRED ON
SUFFIX ".asi"
)
0x748DA3дайте адрес хука gameloop gta sa
какой стандарт используешь? и как подключаешь заголовочные файлы?Хочу подключить memwrapper в свой проект CMake, для этого использую что-то вроде такого:
Все работало стабильно до того, пока не убрал kthook из проекта: начало выдавать заранее предусмотренную ошибку only c++17 and newer. Исправил это, добавив настройку стандарта:Код:FetchContent_Declare( memwrapper GIT_REPOSITORY https://github.com/The-Musaigen/memwrapper.git GIT_TAG 7d51e3134d8f955651ef7dda8bab44b0efb0665f ) FetchContent_MakeAvailable("memwrapper") add_library("memwrapper" INTERFACE) target_include_directories(${PROJECT_NAME} PUBLIC ${memwrapper_SOURCE_DIR})
Но теперь появляется ошибки в самом memwrapper:Makefile:set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD "17" CXX_STANDARD_REQUIRED ON SUFFIX ".asi" )
в симейке пробовал устанавливать 17 и 20, но оба вызывают ошибки уже в самой либекакой стандарт используешь?
покажи как подключаешь .hв симейке пробовал устанавливать 17 и 20, но оба вызывают ошибки уже в самой либе
покажи как подключаешь .h
#include <Windows.h>
// #include "kthook/kthook.hpp"
#include "memwrapper/memwrapper.h"
#include <memory>main.hpp:#include <Windows.h> // #include "kthook/kthook.hpp" #include "memwrapper/memwrapper.h"