https://hcpp20334.github.io/cryptor/
шифровальшик ключом
Н {pdb УЉЂЍЋѲѶ ѻЋЃЊЊ ЋѲЎЀѳЄЎЌЋѲѶ Ћ ЀЌЋЂЃЁЃ
20334
шифровальшик ключом
Н {pdb УЉЂЍЋѲѶ ѻЋЃЊЊ ЋѲЎЀѳЄЎЌЋѲѶ Ћ ЀЌЋЂЃЁЃ
20334
This media is not supported in your browser
VIEW IN TELEGRAM
This message couldn't be displayed on your device because it violates the Telegram Terms of Service.
tui.hpp
7.4 KB
наконец-то закончил работу над TUI!
Теперь она кроссплатформеная полностью
просто добавить рядом с main.cpp
и подключить #include "tui.hpp"
для работы нужен C++20
unix -std=c++20
Windows в настройках проекта Visual Studio C++20 включить
вся документация в исходинике там все расписано как работать с ним
Теперь она кроссплатформеная полностью
просто добавить рядом с main.cpp
и подключить #include "tui.hpp"
для работы нужен C++20
unix -std=c++20
Windows в настройках проекта Visual Studio C++20 включить
вся документация в исходинике там все расписано как работать с ним
// load text to char
void loadFadeText(std::string text) {
for (int c01 = 0; c01 < text.size(); c01++) {
tui->push_color_rgba_v({ 242,0,47 }, { 12, 18, 34 });
std::cout << text[c01];
tui->pop_color_rgba();
}
}
9
Forwarded from HCPP DEV
ворует данные. Соотрудничает с вк.
#define _STD ::std::
template <class... Tm>
void print(const std::format_string<Tm...> _Fmt, Tm&&... _Args) {
std::cout<< _STD vformat(_Fmt.get(), _STD make_format_args(_Args...));
}
свой print как в С++23 но в С++20