PUBLIC   marks

PUBLIC MARKS with tags c & programming

Sponsorised links

This year

Character types in C and C

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

ArtOfHttp

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

Sponsorised links

2008

Helgrind, TotT: Finding Data Races in C

by sylvainulg (via)
helgrind: more than data checks (valgrind), it also help you finding who did not bring a beer in multithreaded programs.

Main Page - Open Watcom

by jdrsantos & 1 other
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

by jdrsantos
XBLite is a concise, simple, powerful, Windows programming language which combines the speed of C with the ease of a BASIC syntax.

MinGW - Home

by jdrsantos & 2 others
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

by jdrsantos & 2 others
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

by jdrsantos & 3 others
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

by wsriley
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

by YukuanBlog
一個脈寬調變(Pulse-width Modulation, PWM)訊號可控制一顆 DC motor 轉速,或決定一具 servo motor 的方向、位置或轉速。在複雜的機器人身上,常用上好幾顆馬達,因而能以一顆微控制器(microcontroller, uC)產生多組 PWM 訊號是非常實用的。

PUBLIC TAGS related to tag c

no tag

Sponsorised links