40РК
@fortypk
101
subscribers
35
photos
461
links
Подборка интересных материалов из мира программирования.
Download Telegram
Join
40РК
101 subscribers
40РК
Подпроцессы в C++
http://goo.gl/u2lLs3
#CPP
40РК
Пример корутинов для игры на C++
http://goo.gl/eiNLtr
#CPP
I Like Big Bits
Simple coroutines for games in C++
In games it is very common to have scripted sequences - for instance, a
piece of dialogue or a cutscene. I don’t mean these sequences are written
in a scripting language (though they might), but that they follow a script
like a play or a movie does. Of…
40РК
Пример использования gRPC в C++ и Python
https://goo.gl/aT6aWt
#CPP
#Python
dzone.com
gRPC Sample in C++ and Python - DZone Web Dev
Google recently open sourced gRPC, which adds remote procedure calls on top of Protobufs, including code generation and serialization that works with multiple languages.
40РК
Разработка под Linux на Visual C++
https://goo.gl/WiV8Je
#CPP
40РК
Статья про то, как написать свой язык программирования на C++.
Ссылка
#CPP
accu.org
ACCU :: Programming Your Own Language in C++
Scripting languages allow dynamic features easily. Vassili Kaplan writes his own in C++ allowing keywords in any human language.
40РК
Проект
9 алгоритмов сортировки на C++.
GitHub
#Project
#Algorithm
#CPP
GitHub
hmhamza/9-sorting-algorithms
9-sorting-algorithms - 9 sorting algorithms coded C++ for the Bachelors course "Design & Analysis of Algorithms" in Spring 2015