HCPP DEV | (uint8_t)0x539
72 subscribers
324 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
итоги стрима вчерашнего
🔥1
че нахуй с ртк
сука молчат собаки
https://nginx16218.hostkey.in:4443/tabokoshka/


8 серия табокошки уже залита (спизжена) на сайте
Why Rust will never become a normal language and will not replace c++ Rust has a ton of problems, starting with performance, namely memory and CPU consumption. Its memory model is extremely bad, and its syntax is not safe, and it only does a little work at the development stage.but in C++ This is a long time ago and the compiler will be kicking you and shitting warnings that it's not safe here, fix it, bro.
SWEET BREADS (PahomEngineGL)
скачать https://t.me/sweetbreadgame/3
а то модерацию не проходит
Please open Telegram to view this post
VIEW IN TELEGRAM
❤‍🔥1👍1
HCPP DEV | (uint8_t)0x539
По секретному промокоду hcppdev_it_s_best ты получаешь
🔥 КУПИ за 300₽ — ПОЛЬЗУЙСЯ ДО КОНЧИНЫ СЕРВЕРА

(только для обхода белых списков)

всего 3 активации на всех
😁
🔥1
HCPP DEV | (uint8_t)0x539
😁
на моем впн работают все ИИ) это весомый аргумент?
Please open Telegram to view this post
VIEW IN TELEGRAM
Release.zip.fobs
109.7 MB
вот игра моя. Но она обфусцирована секретным ключом. В группе есть сам обфускатор

кто деобфусцирует архив с игрой?)
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥1
// logger.hpp by HCPP20334 (to PahomEngineGL 1.0.4)
// Easy to Log system lib Writtein to C++20
// support VT100 and 16 bit color mode
// use:
// #include "logger.hpp"
//
// int main(){
// logger console;
// console.send("Hello World",0); // WARN
// console.send("Hello World",1); // INFO
// console.send("Hello World",2); // ERR
// console.send("Hello World",1); // DEBUG
// return 0;
// }