
Save 70% on Blackfin Processor Development Tools
For a limited time, March 1 - May 28, ADI is offering two discounted development tools bundles including full VisualDSP++ Development Software and an Emulator. So order your bundle today!

| |
-
hot list
-
Programming in C Links
Programming in C ANSI Literature History Culture quut.com Standard C ISO/IEC JTC1/SC22/WG14 and N1124, the official committee document (PDF) The first chain of abbreviations is the committee responsible for maintaining and updating the C language definition; the second, N1124, designates the new! updated! C standard.
Gábor Egressy is hosting a hyperlinked version of N794, a slightly earlier draft. ...
preview:
http://www.quut.com
-
libraries
-
uClibc -- a C library for embedded systems
C library for developing embedded Linux systems.
It is much smaller then the GNU C Library, but nearly all applications supported by glibc also work perfectly with uClibc.
Porting applications from glibc to uClibc typically involves just recompiling the source code.
uClibc even supports shared libraries and threading.
preview:
http://www.uclibc.org
-
webinar
-
Dynamic Memory Allocation & Fragmentation in C & C++ Web Seminar
In C and C++, it can be very convenient to allocate and de-allocate blocks of memory as and when needed.
This is certainly standard practice in both languages and almost unavoidable in C++. However, the handling of such dynamic memory can be problematic and inefficient.
For desktop applications, where memory is freely available, these difficulties can be ignored.
For embedded - generally real time - applications, ignoring the issues is not...
preview:
http://www.mentor.com
date: 7/8/2009
-
service
-
Google Advanced Code Search
Google Code Search helps you find function definitions and sample code by giving you one place to search publicly accessible source code hosted on the Internet.
With Google Code Search, you can: Use regular expressions to search more precisely Restrict your search by language, license or filename View the source file with links back to the entire package and the webpage where it came from
preview:
http://www.google.com
 |