2018
Randy Gaul's Game Programming Blog | C C++ Game Development : Articles Discussions Tutorials
"writing a game engine in 2017" ... interesting.
2015
Vector Operators | Programming with OpenCL C | InformIT
float4 vf = (float4)(3.0f, -1.0f, 1.0f, -2.0f);
float4 result = vf * 2;
2011
c - How to debug a multithreaded hung process in Linux? - Stack Overflow
we used echo t > /proc/sysrq-trigger, which logs the stack of all the running process in /var/log/messages.
2009
ArtOfHttp
mon petit tuto de programmation client/serveurs HTTP en C.
Gestion des Game States en C plus plus - Games Creators Network
(via)"push state" ... j'aime bien, ça.
2008
Helgrind, TotT: Finding Data Races in C
(via)helgrind: more than data checks (valgrind), it also help you finding who did not bring a beer in multithreaded programs.
2007
K E N N E T H F E J E R . C O M
i like his densetsu mockup ...
2006
ressources
tous mes tutos, exemples, bidouilles, etc. pour la programmation réseau en C
tips
mes trucs & astuces pour la programmation réseau
1
(11 marks)