HCPP DEV | (uint8_t)0x539
71 subscribers
325 photos
42 videos
69 files
296 links
Разработка на С++
в Visual Studio 2026 Community
И немного хуйни
пиздатый сайт мой https://hcpp20334.github.io
пиздатый гитхаб https://github.com/hcpp20334

помочь проекту
https://donationalerts.com/r/hcpp
Download Telegram
https://hcpp20334.github.io/cryptor/

шифровальшик ключом


Н {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.
семен пидор
1🙏1
комп 17 дней не выключал
11
Что это ImGui или WinAPI32?
😱1
жидкое стекло без 26 ios)
1
tui.hpp
7.4 KB
наконец-то закончил работу над TUI!
Теперь она кроссплатформеная полностью

просто добавить рядом с 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
HCPP DEV
tui.hpp
скоро создам репу на гитахбе и можно контрибьтить и добавлять свое в библиотеку
1
Пашка Дуров лучший
🔥3👏1💯1
автор : dima xp
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