Menu
Submit Site
Home
Computer
Programming
All sites of Programming
Wikipedia - Computer Programming
Wikipedia - Computer Programming- Cover its history, provides an overview, describes modern programming and common procedures and problems, programming languages and programmers. ...
Reddit: Programming
Reddit: Programming- For discussion and news about computer programming. Stories with user comments. ...
Gamedev.org
Gamedev.org- Game development discussion forum. ...
GameDev.net
GameDev.net- Gives news and contains articles about DirectX. ...
Dis6502
Dis6502- The Interactive Atari Disassembler, by Eric Bacher. ...
Ada-Tools
Ada-Tools- Commercial source code analysis and reverse engineering tools. ...
JSW Technology
JSW Technology- Windows programming tools for Ada. ...
UniquE RAR File Library
UniquE RAR File Library- The URARFileLib is a platform-independent, small and fast static library for decompressing RAR files (RAR archives are created with WinRAR). Full RAR v2.0 file format support of all compression m ...
MyLibC
MyLibC- A glibc clone for windows. ...
The Endpoint Library
The Endpoint Library- Library for winsock applications.Currently only compatible with winsock v1.1. ...
WM_MOTIF
WM_MOTIF- C library allows developers to port code from Windows to Unix or Linux systems. By Software Uno. ...
Matrix2D
Matrix2D- A library implements a set of functions allowing to manage bi-dimensional matrix with languages C and C++. Matrix2D includes also several functions of images processing. [Free for personal use] ...
LZO
LZO- Portable high-speed lossless data compression library written in ANSI C. ...
Enumerating Objects with .NET
Enumerating Objects with .NET- By Jeffrey Richter. Explains the programming paradigm used within the .NET Framework Base Class Library (BCL) for enumerating objects. ...
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg- Interview with the architect of C#. By John Osborn, O'Reilly and Associates, Inc. ...
C# XML Directory Lister
C# XML Directory Lister- This code generates a list of entries in a directory as XML. The XML can be returned to the caller as an XML string, a W3C DOM document, or an ADO+ DataSet. By Greg Hack, The Code Project. ...
Creating a control with the .NET SDK using C#
Creating a control with the .NET SDK using C#- This tutorial creates a simple clock control to demonstrate using the .NET framework. By Norm Almond, The Code Project. ...
libspopc
libspopc- A simple pop3 client library to be used by MDAs and/or MUA. one of libspopc's purposes is to help non-network-aware C developers to host easily a pop3 mail client in their programs. However, libspopc provides a ...
libZI
libZI- A portable configuration file API that utilizes XML for data storage and retrieval. libZI provides a typesafe way of serializing configuration data into a file in a manner consistent to XML standards. [Open source ...
IRCG
IRCG- A library for dispatching messages to huge groups of users over an arbitrary number of separate communication channels in real-time using IRC protocol. [Open source] ...
Better String Library
Better String Library- A safe and fast string library. It's buffer overflow and aliasing safe, high performance. The library includes a robust C++ wrapper that uses overloaded operators and rich constructors to make the ...
Fingerprint Verification System
Fingerprint Verification System- An easy to use library that allows programmers to integrate fingerprint technology into their software without specific know-how. Fast, easy to use, and small; great for embedded systems. ...
GNU Scientific Library
GNU Scientific Library- A free numerical library for C programmers. [Open source, GPL] ...
jclassinfo
jclassinfo- Information extractor and disassembler for Java classes. Backend code available as a C library. [Open source, GPL] ...
ForbiSoft
ForbiSoft- ForbiSoft DIB Library provides platform independent bitmap loading. ForbiSoft ToolTip Library provides platform independent tooltip display. Target Win32 or Windows CE with the same code. Shipped as source cod ...
Flux
Flux- A library for integrated data storage and indexing, marshalling, transfer and encryption. It also features a slew of utility functions for various purposes. It is written in C, using the GLib paradigm. [Open source ...
Levenberg-Marquardt non-linear least squares algorithms in C/C++
Levenberg-Marquardt non-linear least squares algorithms in C/C++- Package containing double and single precision flavors of the Levenberg-Marquardt algorithm. Included are versions with analytic and finite difference app ...
Sglib
Sglib- A generic library for C. It extensively uses the preprocessor for generic implementation of sorting algorithms on arrays, lists, sorted lists, red-black trees. The library operates on user types and does not depen ...
libsndfile
libsndfile- A C library for reading and writing files containing sampled sound. Project news, features list, API reference, FAQ, and download. [LGPL] ...
Gopt
Gopt- An ANSI C library, for parsing command line arguments and options according to GNU standards. [Open source, GPL] ...
Goli, Rajesh - Rajesh's C Vault
Goli, Rajesh - Rajesh's C Vault- A bunch of C/C++ Programs, some fun projects, Book reviews on C/C++, VTU Projects.A C/C++ Programmer's site. In short lots of source code and some other goodies. Resume. ...
Barry, Patrick - Pat's Programming
Barry, Patrick - Pat's Programming- A site dedicated to game programming using the C programming language. Programs with sources: Cards, Pacman Clone, Space games; Draw image editor. Serial communications library. Hidden ...
Singh, Hardeep - Seeing With C
Singh, Hardeep - Seeing With C- Technical articles about and implementation of algorithms, including sreaching, sorting, regular expressions. Also word unjumbler, crossword solver, loads of online games. ...
de Balorre, Christian
de Balorre, Christian- Toolbox and utilities for Solaris with C sources. ...
C Programming for Engineering Applications
C Programming for Engineering Applications- Free C source code and tutorials for engineering applications. Includes graphics, both polar and quadratic, dealing with files, integration, quality control and inspection. ...
Cprogramming.com - Source Code
Cprogramming.com - Source Code- A collection of source code including graphics, game, and sound source. ...
Hello, World program
Hello, World program- Your first C program. ...
Publib
Publib- Attempt at creating a library of reusable C functions. ...
Cnippets
Cnippets- Melange of drop-in C code including a fixed-size memory pool and a generic, user-definable hash implementation. ...
Ramakrishan Venkitaraman's Home Page
Ramakrishan Venkitaraman's Home Page- Contains source code for networking and distributed system projects. Also contains the source code for the Garbage Collector for the C programming language. ...
CRBond
CRBond- Source codes of scientific applications, graphic applications and math applications. ...
Christensen Tools Page
Christensen Tools Page- Contains software tools (C sources) related to performance evaluation and TCP/IP sockets programming. ...
Exceptions in plain C
Exceptions in plain C- Hack which enables throwing and catching exception structures (which can be of anything) through non-local jumps. ...
Programming in C
Programming in C- Full guide for ANSI standard C programming language. ...
MISRA: The Motor Industry Software Reliability Association
MISRA: The Motor Industry Software Reliability Association- Gives assistance in applying, developing safe, reliable software embedded in vehicle control systems. Home of MISRA C guidelines, to be adopted by whole automob ...
Home of JTC1/SC22/WG14
Home of JTC1/SC22/WG14- Home of the C standard group, and C9X. ...
ccache
ccache- Acts as a caching pre-processor to C/C++ compilers, which often results in a 5 to 10 times speedup in common compilations. [Open Source, GPL] ...
Compilercache
Compilercache- Caches compiled object files to dramaticly speed up compiles. More convenient than make, and speeds up builds (like RPM builds) that make doesn't. Obsoleted by ccache. ...
The Codist
The Codist- Check this site for a survey of source code comprehension tools (these show flow and/or relationships of function within the program in a graphical and/or text manner). Both free and commercial products are l ...
LCLint
LCLint- Tool for statically checking C programs. [Open source, GPL] ...
Page 1 of 145.
Next
Last »
Latest sites from Programming
Wikipedia - Computer Programming
Reddit: Programming
Gamedev.org
GameDev.net
Dis6502
Ada-Tools
JSW Technology
UniquE RAR File Library
MyLibC
The Endpoint Library
WM_MOTIF
Matrix2D
LZO
Enumerating Objects with .NET
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
C# XML Directory Lister
Creating a control with the .NET SDK using C#
libspopc
libZI
IRCG
Better String Library
Fingerprint Verification System
GNU Scientific Library
jclassinfo
ForbiSoft
Send feedback
submit