Sponsorised links
This year
Gestion des Game States en C plus plus - Games Creators Network
"push state" ... j'aime bien, ça.
Sponsorised links
2008
Helgrind, TotT: Finding Data Races in C
helgrind: more than data checks (valgrind), it also help you finding who did not bring a beer in multithreaded programs.
Main Page - Open Watcom
Open Watcom is a project of the open source community to maintain and enhance the Watcom C, C , and Fortran cross compilers and tools.
XBLite Programming Language for Windows
XBLite is a concise, simple, powerful, Windows programming language which combines the speed of C with the ease of a BASIC syntax.
MinGW - Home
MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.
2007
Simplified Wrapper and Interface Generator
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of languages including common scripting languages such as Perl, PHP, Python, Tcl, Ruby an
Digital Mars C, C and D Compilers
Digital Mars C and C Compilers for Win32, Win16, DOS32 and DOS. Fastest compile/link times, powerful optimization technology, Design by Contract, complete library source, HTML browsable documentation, disassembler, librarian, resource compiler, make, et
How null breaks polymorphism: or the problem with null: part 2 – Programming Matters
A further exploration of the problems null brings when it shouldn't be needed. Simple mechanisms for dealing with the problem are presented.
2006
Motor-controlling PWMs
一個脈寬調變(Pulse-width Modulation, PWM)訊號可控制一顆 DC motor 轉速,或決定一具 servo motor 的方向、位置或轉速。在複雜的機器人身上,常用上好幾顆馬達,因而能以一顆微控制器(microcontroller, uC)產生多組 PWM 訊號是非常實用的。
