Programming » Components and Libraries » C and C++ (15)

 Sort by:  Date  Name
 » CasioMru 1.0+b
download web site opinions problem?
  CasioMru is a MRU manager class module that can be included into any C++ Programs as well as C++ Builder applications. The memory for its MRU items is allocated dynamically not using pre-defined fixed-size character buffers. Thus it wastes no memory. It has been constructed using linked list structure internally. The user can set its maximum count of list either at run-time or in its initial construction phase. It not only stores file names but can also store other miscellaneous information of a file along with its name as you utilize it: caret position, selection range etc. CasioMru is not a visual component, but a container and manager that works behind the scenes. Place the casiomru.obj and casiomru.h in your project path and include the casiomru.h in your main source or other as you see needed and you can use the module as desired. That's all.
 author:Suzuki Keem
 required:Windows
 size:16 k
 added:06-Jul-2011
 not rated yet   » rate it  (5 = best)

 » qDecoder 11.0+
download web site opinions problem?
  The main goal of the qDecoder project is to provide a complete, simple and versatile, Open Source, CGI library for the C / C++ language. The library supports GET / POST query parsing, that includes file uploading, cookie handling and session management. Key features of "qDecoder": Supports parsing a request encoded by GET/POST method. Supports parsing multipart/form-data encoding. (in-memory and direct disk). Supports COOKIE handling. Supports Session management. Supports FastCGI.
 author:Seungyoung Kim
 required:Unix
 size:138 k
 added:16-Jun-2011
 not rated yet   » rate it  (5 = best)
 » HashDigester™ 5.0+
download web site opinions problem?
  HashDigester™ is a C++ FREE software library implementing hash algorithms. The hash algorithms are implemented as classes in the DiceLockSecurity Namespace. DiceChecker™ contains the Dynamic Link Library (DLL) file, library file to link and header files. You will be able to incorporate hash algorithms to your applications. The available hash algorithm classes are: SHA 224; SHA 256; SHA 384; SHA 512. Ripemd 128; Ripemd 160; Ripemd 256; Ripemd 320.
 author:DiceLock Security
 required:WinXP, Vista
 size:+/- 2.3 m
 added:16-Feb-2011
 not rated yet   » rate it  (5 = best)
 » DiceChecker 5.0+
download web site opinions problem?
  DiceChecker™ is a C++ FREE software library implementing random number tests. The random number tests are implemented as classes in the DiceLockSecurity Namespace. DiceChecker™ contains the Dynamic Link Library (DLL) file, library file to link and header files. You will be able to incorporate random number tests to your applications. The available random number test classes are: Frequency; Block Frequency. Cumulative Sum Forward; Cumulative Sum Reverse. Runs; Longest Run Of Ones. Overlapping Template Matchings; Rank; Universal; Approximate Entropy; Serial. Discrete Fourier Transform; Linear Complexity.
 author:DiceLock Security
 required:WinXP, Vista, Win7
 size:+/- 1.9 m
 added:15-Feb-2011
 (1 votes)   » rate it  (5 = best)
 » SOL9 C++ Class Library 2.0+
download web site opinions problem?
  SOL9 C++ Class Library 2.0 is a completely free C++ class library for Microsoft Windows 7, Vista, XP and Windows Server 2003/2008. SOL9 C++ Class Library is one of the simplest C++ class libraries for Windows developers. One of the striking features of SOL9 is the simplicity of handling of Windows events. All source files of the library and a lot of sample programs are available.
 author:Arai Toshiyuki
 required:Win2K3, WinXP, Vista, Win7
 size:16.7 m
 added:02-Dec-2010
 (1 votes)   » rate it  (5 = best)

 » PiThreads 1.0+
download web site opinions problem?
  PiThreads is a C++ threads and synchronization library that provides portable wrappers between Win32 and POSIX compliant systems. The objects currently included consist of a thread object, a mutex object, an event object, and a binary/counting semaphore object.
 author:Elliot Nierman
 required:Win98, Win2K, WinXP, Vista, Win7
 size:1.2 m
 added:10-Nov-2010
 (1 votes)   » rate it  (5 = best)
 » nitro++ 1.3+
download web site opinions problem?
  nitro++ is a lightweight, cross-platform, object-oriented library for C++ which helps you to operate with files, directories, processes, threads, sockets etc.
 author:Alexey Dodonov
 required:Win9x, Win2K, WinXP, Vista, Win7
 size:57.6 m
 added:01-Jun-2010
 not rated yet   » rate it  (5 = best)
 » Biomechanical ToolKit 0.1.4a
download web site opinions problem?
  BTK is an Open-Source and cross-platform library for biomechanical analysis. BTK can read and write acquisition files (C3D, TRC, ANC, ANB, Orthotrack XLS, Motion Analysis Corp. force platform calibration CAL) and can modify them. All these operations can be done by the use of the C++ API or by the wrappers included (Matlab and Scilab). BTK is principally based on a pipeline design and on shared pointers. Each process can be linked (the output of previous is the input of the next) and scheduled together. The use of shared pointers permits to avoid the need of memory allocation/deletion, the choice of object's owner and the possibilities of memory leaks.
 author:Arnaud Barre
 required:Win9x, Win2K, WinXP, Vista, Win7
 size:2.4 m
 added:09-Apr-2010
 not rated yet   » rate it  (5 = best)
 » C++ Code Snippets 1.0
download web site opinions problem?
  My own favorite C++ code snippets, for anyone to use freely. Note that some snippets fall under multiple categories. Some snippets are trivial for most people, but I put them here for completeness and for newbies (including my own students). 27 Categories including: Artificial Intelligence; ASCII art; Benchmarks; Biology; Bit Operations. Checks; Containers; Convert; cout, std::cout; File I/O; Functor. Graphics; map, std::map; Math; Maze; Normal Distribution; Random Number. Sort; std::cout; std::map; std::string; std::vector; string, std::string; TImage; Tools; VCL, TImage; vector, std::vector.
 author:Richel Bilderbeek
 required:Windows
 size:+/- 5 k
 added:21-Apr-2009
 not rated yet   » rate it  (5 = best)
 » aiParts 0.9+
download web site opinions problem?
  aiParts is a set of C++ classes that can be used in applications, to make decisions or solve problems or as a platform for AI research and development. aiParts includes the High-Hope artificial intelligence technique. An applications assembles a problem from subclasses of the High-Hope classes, and the problem knows how to solve itself. The High-Hope AI technique finds solutions to problems in which a number of decisions must be made, each affecting the options in subsequent decisions. Examples of these problems: navigating through streets, pipelines or networks; assigning packages to couriers; assigning people and equipment to projects; staff scheduling; scheduling steam-injection in a heavy-oil field; exploring a solution-space too large to search.
 author:Brian Marshall
 required:Windows, Linux
 size:96 k
 added:10-Sep-2008
 not rated yet   » rate it  (5 = best)
 » Ultimate++ 1.2
download web site opinions problem?
  Ultimate++ is a radical and innovative GUI toolkit whose number one priority is programmer productivity. C++ is a great programming language but C++ programmers are sometimes hampered by the lack of effective libraries. U++ libraries enable genuine productivity gains with shorter development times and greatly reduced application source code size. Ultimate++ is a C++ cross-platform rapid application development suite. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment.
 author:Ultimate++ Team
 required:Windows, Linux
 size:+/- 2.6 m
 added:05-Apr-2007
 (3 votes)   » rate it  (5 = best)
 » Dynagraph 0.99
download web site opinions problem?
  Dynagraph is a platform-neutral library written in C++. It can be used directly in C++ programs, in Windows programs via COM wrapper classes, or in other environments using the executable with input and output over pipes. Dynagraph for Windows is a complete OLE graph-drawing application, allowing you to paste graphs into other documents, and paste documents into a graph as nodes. Dynagraph for Grappa is a Java front end adapted from John Mocenigo's Grappa.
 author:Gordon Woodhull
 required:Windows
 size:7.4 m
 added:24-May-2006
 (2 votes)   » rate it  (5 = best)
 » UNU.RAN 0.6
download web site opinions problem?
  UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection of algorithms for generating non-uniform pseudo-random variates as a library of C functions designed and implemented by the ARVAG (Automatic Random VAriate Generation) project group in Vienna, and released under the GNU Public License (GPL). It is especially designed for such situations where: a non-standard distribution or a truncated distribution is needed; experiments with different types of distributions are made; random variates for variance reduction techniques are used; fast generators of predictable quality are necessary.
 author:ARVAG Project Group
 required:Win2K, WinXP, Linux, UNIX
 size:1.35 m
 added:07-Jun-2005
 (8 votes)   » rate it  (5 = best)
 » IOMemory 1.0.0.0
download web site opinions problem?
  IO Memory is a C++ library for direct access of physical memory and IO ports under Windows NT/9x. Since no compiler specific code or libraries are used, all code should be easily portable to other C++ compilers.
 author:BBDSoft
 required:Win95,Win98,WinNT
 size:110 k
 added:17-Aug-2000
 (8 votes)   » rate it  (5 = best)
 » DJGPP 1.0
download web site opinions problem?
  DJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS. It includes ports of many GNU development utilities. The development tools require a 80386 or newer computer to run, as do the programs they produce. In most cases, the programs it produces can be sold commercially without license or royalties.
 author:DJ Delorie
 required:Win95,Win98,WinNT
 size:-
 added:10-Nov-1999
 (19 votes)   » rate it  (5 = best)
Programming » Components and Libraries » C and C++
new | search | submit | contact | forums | sitemap