Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.145 Times

C Header Files software
Filter: All | Freeware | Demo
 

C Header Files

< 1 2 3 4 5 > 
Added: August 22, 2006 | Visits: 2.638

WinTransRC Tired of using Visual C++ to translate your multilingual projects? WinTransRC helps you to manage multilingual resource files (*.rc). WinTransRC offers to you a higher level of conviviality and increased performances in the edition of your resource files to create localized programs. The... Platforms: Windows

License: Shareware Cost: $179.00 USD Size: 7.36 MB Download (113): WinTransRC Download

Released: November 12, 2006  |  Added: April 08, 2007 | Visits: 1.856

Visual Lint Standard Edition Visual Lint is an add-in for Microsoft Visual Studio and Visual C++ which closely integrates the Gimpel PC-Lint code analysis tool within the Visual Studio integrated development environment. Although PC-Lint does a great job of analysing C++ source and header files for potential problems,... Platforms: Windows

License: Shareware Cost: $139.00 USD Size: 3.88 MB Download (139): Visual Lint Standard Edition Download

Released: November 12, 2006  |  Added: April 09, 2007 | Visits: 1.766

Visual Lint Professional Edition Visual Lint is an add-in for Microsoft Visual Studio and Visual C++ which closely integrates the Gimpel PC-Lint code analysis tool within the Visual Studio integrated development environment. Although PC-Lint does a great job of analysing C++ source and header files for potential problems,... Platforms: Windows

License: Shareware Cost: $279.00 USD Size: 3.88 MB Download (140): Visual Lint Professional Edition Download

Added: August 28, 2008 | Visits: 932

Regular Expression Component Library for VC7 Search and/or replace strings or files using regular expressions in non-managed C+ code. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model. Comes with extensive documentation and is... Platforms: Windows

License: Freeware Size: 6.45 MB Download (103): Regular Expression Component Library for VC7 Download

Added: August 06, 2008 | Visits: 968

Regular Expression Component Library for VC7.1 Search and/or replace strings or files using regular expressions in non-managed C+ code. Supports both MFC and non-MFC programming. Flexible expression options to match any type of regular expression syntax. Uses a property/method/event programming model. Comes with extensive documentation and is... Platforms: Windows

License: Freeware Size: 6.54 MB Download (103): Regular Expression Component Library for VC7.1 Download

Added: February 19, 2010 | Visits: 885

libnxml nXML is a C library for parsing, writing, and creating XML 1.0 and 1.1 files or streams. libnxml library supports UTF-8, UTF-16be and UTF-16le, UCS-4 (1234, 4321, 2143, 2312). Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source... Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): libnxml Download

Added: February 26, 2010 | Visits: 890

APL APL project is a general purpose C++ template class library. All the code is placed in header files, so no compilation is required. You just have to #include the header file. The classes are implemented using Policy Based Design. When you use the class you decide how it should behave.... Platforms: *nix

License: Freeware Size: 512 KB Download (97): APL Download

Added: June 17, 2010 | Visits: 3.177

COID COID is a C++ object-serving networking library, with tool that automatically generates a lightweight communication layer directly from the C++ class declarations. Instantly functioning remote callability for virtually any C++ class can be obtained just by decorating the C++ class with few... Platforms: *nix

License: Freeware Size: 450.56 KB Download (90): COID Download

Added: June 16, 2010 | Visits: 717

Libkdcraw Libkdcraw is a C++ interface around dcraw binary program used to decode RAW picture files. The library documentation is available on header files. Libkdcraw library is used by kipi-plugins, digiKam and others kipi host programs.. Platforms: *nix

License: Freeware Size: 655.36 KB Download (94): Libkdcraw Download

Added: July 13, 2010 | Visits: 895

libkarma libkarma is a C library for managing the Rio Karma via TCP/IP. libkarma library supports all basic protocol commands and some advanced functions on top of these, like caching of the Rio database. There are two proof-of-concept tools included, riocp and chprop. riocp can be used to upload files... Platforms: *nix

License: Freeware Size: 49.15 KB Download (100): libkarma Download

Added: September 26, 2010 | Visits: 1.215

Getfem The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and... Platforms: *nix

License: Freeware Size: 4.3 MB Download (107): Getfem Download

Added: February 18, 2010 | Visits: 863

WxLib WxLib is a widely resuable C++ library that converts many facilities that are found in the standard C library into a form that is more appropriate for use in a C++ context. The library wraps functions for dealing with threads, files, FIFOs, serial I/O, sockets, and directories. WxLib library... Platforms: *nix

License: Freeware Size: 276.48 KB Download (95): WxLib Download

Added: April 25, 2010 | Visits: 875

Veldfire Veldfire project is a collection of C code aimed at simplifying email functionality. The project aims to provide interfaces for sending email, attaching files, and sending to lists. Compiling: make; make install Solaris will need to uncomment LIBS line at the top of the makefile, as well... Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Veldfire Download

Added: April 06, 2010 | Visits: 1.207

MIBA Consulting General System Library MIBA Consulting General System Library is a collection of cross-platform C++ class libraries. Provides thread, IPC, file, network, SNMP (net-snmp) and Database (MySQL) interfaces. Comes with the usual array of utility classes - smart pointers, singletons, registries, serialization etc.... Platforms: *nix

License: Freeware Size: 204.8 KB Download (90): MIBA Consulting General System Library Download

Added: March 21, 2010 | Visits: 1.176

Math Objects Math Objects is a math template library written in C++ using generic programming techniques. In order to use the "Math Objects" library, the user only has to include the header files he needs (e.g. Matrix.h, Polynomial.h etc.). In order to compile the library the user needs an ISO/IEC... Platforms: *nix

License: Freeware Size: 286.72 KB Download (92): Math Objects Download

Added: October 15, 2010 | Visits: 774

OCI wrappers OCI wrappers packages contains C++ wrappers for OCI (Oracle Call Interface). The code attempts to use the "Resource Acquisition Is Initialization" idiom and the "K.I.S.S." principle. Unit-testing cd tests && make test Using oci::LoginSession db("username", "password", "database");... Platforms: *nix

License: Freeware Size: 9.22 KB Download (102): OCI wrappers Download

Added: May 10, 2013 | Visits: 321

CxxTest CxxTest is a JUnit/CppUnit/xUnit-like framework for C .It is extremely portable since it doesn't depend on RTTI, exception handling or any libraries (including standard ones). Its advantages over existing alternatives are that it: - Doesn't require RTTI - Doesn't require member template... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (49): CxxTest Download

Added: May 10, 2013 | Visits: 599

pycrc pycrc provides a CRC reference implementation in Python and a source code generator for C. The used CRC variant can be chosen from a fast but space-consuming implementation to slower but smaller implementations suitable especially for embedded applications. The following functions are... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): pycrc Download

Released: April 06, 2000  |  Added: February 22, 2006 | Visits: 3.569

Disk Master Disk Master is an ideal utility for backing up application files. For each user-defined option, you can assign up to 5 different file extensions to copy, and the program is quite capable of finding, zipping (PK v 2.04 compatible), and copying to disk every document, database, and any other type... Platforms: Windows

License: Freeware Size: 1.59 MB Download (657): Disk Master Download

Added: February 17, 2006 | Visits: 2.153

Neoxen Qwined 2006 Neoxen Qwined is the first Embedded Technical Editor in the world. It is developed with Microsoft Visual Studio 2005 and it can be embedded into any application. It supports over twenty Programming Languages and Configuration File formats out of the box. It is localized for nearly thirty... Platforms: Windows

License: Freeware Size: 8.86 MB Download (155): Neoxen Qwined 2006 Download

< 1 2 3 4 5 >