-
Source Code for sample C/C++ programs. Beginner examples as well as graphics library benchmark examples. Sample C/C++ Source Code To Get You Started READPORT.C - Read hardware ports.
http://ourworld.compuserve.com/homepages/blueberry/samples.htm
-
Code Snippets. C++ Source Code. Welcome to Dream.In.Code ... Converting and Evaluating Infix, Postfix and Prefix Expressions in C. Producing Random Numbers ...
http://www.dreamincode.net/code/browse.php?cid=2
-
C sample code for PIC micros and Hi-Tech C. Sample projects for the Microchip PIC micro series of microcontrollers, including the PIC12x, PIC16x, PIC18x, PIC24x, and dsPICx ...
http://www.microchipc.com/sourcecode
-
nbsp; - Thousands of lines of Visual Basic, vbscript, java, javascript and active server pages code.
http://www.planet-source-code.com/vb/default.a...
-
Cscope is a developer's tool for browsing C programming code. Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years,
http://cscope.sourceforge.net
-
... C++ Source Codes and ... Submit Your Source Code << Subscribe to SourceCodesWorld ... Papers | Free SMS | C Interview Questions | C++ Interview ...
http://www.sourcecodesworld.com/source/LanguageHome.asp?LangId=...
-
Programming and game development projects including screen shots and source code.
http://www.ninjacross.it
-
A web resource for open source software news, products, discussion, tools and licenses. Most freely available code from open source projects is cataloged.
http://www.open-technology.com
-
C source code, Sorts, Searches, Arrays, Records (structs), Functions and Complete Programs. Completely FREE!!! C Source Code for the Novice Programmer This site is designed to help beginner C programmers. It offers program segments as well as complete programs.
http://www.geocities.com/ResearchTriangle/Facility/3634/index.htm
-
*/ #include #include #include #include "mba/msgno.h" #include "mba/diff.h" #define FV(k) _v(ctx, (k), 0) #define RV(k) _v(ctx, (k), 1) struct _ctx { idx_fn idx; cmp_fn cmp; void *context; struct varray *buf; struct varray *ses; int si; int dmax; }; struct middle_snake { int x,
http://www.ioplex.com/~miallen/libmba/dl/src/diff.c