public marks

PUBLIC MARKS from sylvainulg with tags programming & c

2018

2015

Vector Operators | Programming with OpenCL C | InformIT

float4 vf = (float4)(3.0f, -1.0f, 1.0f, -2.0f); float4 result = vf * 2;

2009

Character types in C and C

(via)
char n = -1 int i = n ; // i == -1 ... maybe.

ArtOfHttp

mon petit tuto de programmation client/serveurs HTTP en C.

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

2006

ressources

tous mes tutos, exemples, bidouilles, etc. pour la programmation réseau en C

tips

mes trucs & astuces pour la programmation réseau