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.181.069 Times

Cpp software
Filter: All | Freeware | Demo
 

Cpp

< 1 2 3 4 5 > 
Added: April 16, 2010 | Visits: 672

Text::EP3 EP3 Perl module is the Extensible Perl PreProcessor. SYNOPSIS # Use options and files from command-line use Text::EP3; [use Text::EP3::{Extension}] # Language Specific Modules # create the PreProcessor object my $preprocessor = new Text::EP3 file; # do the preprocessing, using...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Text::EP3 Download

Added: October 18, 2010 | Visits: 1.121

text-vimcolor text-vimcolor is a command-line program to syntax color a file in HTML, XML or PDF. SYNOPSIS $ text-vimcolor --format html --full-page FILENAME > OUTPUT.html $ text-vimcolor --format xml FILENAME > OUTPUT.xml $ text-vimcolor --format pdf FILENAME --output OUTPUT.pdf This program uses the...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): text-vimcolor Download

Added: June 16, 2010 | Visits: 770

dot2gdl dot2gdl is a converter from GraphViz Dot files into aiSee (formerly xvcg) GDL files. Although the conversion is non-trivial in general due to different concepts of controlling the layout algorithms, the application converts many graphs nicely already. This package contains a library and a...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (93): dot2gdl Download

Added: November 05, 2010 | Visits: 1.367

SSL++ SSL++ is simple C++ library that encapsulates some of OpenSSL functionality in easy to use set of classes. SSL++ library is in very early stage of development now, but can do enough already to be useful to C++ developers, who want to use SSL in their programs. Following classes are provided:...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): SSL++ Download

Added: May 26, 2010 | Visits: 1.088

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: February 03, 2010 | Visits: 800

babyftpd babyftpd is a FTP Server Daemon, mostly written in C++. One important thing is worth mentioning. It is _not_ a finished product, dont use it if you dont know what youre doing, it might break things. It has only been tested with linux2.6, glibc 2.3 and gcc 3.3. As of now no install script is...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (93): babyftpd Download

Added: August 21, 2010 | Visits: 976

Magick++ Magick++ is the object-oriented C++ API to the ImageMagick image-processing library, the most comprehensive open-source image processing package available. Read the latest NEWS and ChangeLog for Magick++. Magick++ supports an object model which is inspired by PerlMagick. Images support implicit...


Platforms: *nix

License: Freeware Size: 6.1 MB Download (130): Magick++ Download

Added: February 16, 2010 | Visits: 1.037

ccovinstrument ccovinstrument package contains instruments C/C++ code for test coverage analysis. SYNOPSIS ccovinstrument code.c > covcode.c ccovinstrument code.c [-f] -o covcode.c [-e errs] -f instrument fatal code as well as normal code Scans C/C++ source (before cpp) and inserts trip-wires in each...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): ccovinstrument Download

Added: June 04, 2010 | Visits: 668

KMameRun KMameRun project is a KDE frontend for M.A.M.E. Here you can comfortably set your default or per game configurations when calling xmame. The xmame binary has to be available somewhere on your system. It features a screenshot preview, search input boxes, and a nice look and feel. Whats New...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (92): KMameRun Download

Added: August 11, 2010 | Visits: 714

Devel::Depend::Cl Devel::Depend::Cl is a Perl module that can extract dependency trees from c files. Extract dependency trees from c files. See Devel::Depend::Cpp for more an example. MEMBER FUNCTIONS Returns - Success flag - A reference to a hash where the included files are sorted perl level. A file can...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Devel::Depend::Cl Download

Added: July 05, 2010 | Visits: 561

WheelOfFortune WheelOfFortune is a HIGHLY experimental but fascinating superkaramba enhancement, with an example theme to see the principle and also a work-in-progress theme. Wheel smoothly your way through your files without having to spend all your time clicking on folders. The enhancements: listing file...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (90): WheelOfFortune Download

Added: July 08, 2010 | Visits: 818

Image::Xpm Image::Xpm is a Perl module that can load, create, manipulate and save xpm image files. SYNOPSIS use Image::Xpm; my $j = Image::Xpm->new(-file, Camel.xpm); my $i = Image::Xpm->new(-width => 10, -height => 16); my $h = $i->new; # Copy of $i $i->xy(5, 8, red); # Set a colour (& add to...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): Image::Xpm Download

Added: June 20, 2010 | Visits: 756

openMosixview openMosixview is the next version and a complete rewrite of Mosixview. It is a cluster-management GUI for openMosix-cluster and everybody is invited to download and use it (at your own risk and responsibility). The openMosixview-suite contains 8 usefull applications for monitoring and...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (102): openMosixview Download

Added: May 21, 2010 | Visits: 1.334

Crazy Eddies GUI System 0.5.0 Crazy Eddies GUI System is a free library providing windowing and widgets for graphics APIs / engines where such functionality is not natively available, or severly lacking. The library is object orientated, written in C++, and aimed at game developers. Whats New in This Release: - Added:...


Platforms: *nix

License: Freeware Size: 2 MB Download (92): Crazy Eddies GUI System 0.5.0 Download

Added: March 17, 2010 | Visits: 669

Inline::Struct Inline::Struct is a Perl module that manipulate C structures directly from Perl. SYNOPSIS use Inline C => Config => Structs => [Foo]; my $obj = Inline::Struct::Foo->new; $obj->num(10); $obj->str("Hello"); myfunc($obj); __END__ __C__ struct Foo { int num; char *str; }; void...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Inline::Struct Download

Added: July 04, 2010 | Visits: 1.317

EasyBMPtoAVI EasyBMPtoAVI project, a Movie Creator, is a cross-platform application that converts a series of windows bitmap (BMP) images to an AVI movie file. Currently, EasyBMPtoAVI Movie Creator is supported on little-endian (e.g., x86) machines on any platform, but big-endian support is expected soon....


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): EasyBMPtoAVI Download

Added: February 15, 2010 | Visits: 2.103

Filter::decrypt Filter::decrypt Perl module contains a template for a decrypt source filter. SYNOPSIS use Filter::decrypt ; This is a sample decrypting source filter. Although this is a fully functional source filter and it does implement a very simple decrypt algorithm, it is not intended to be used as...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (211): Filter::decrypt Download

Added: April 23, 2010 | Visits: 845

Inline::Select Inline::Select contains dynamic selection of ILSM for a package. SYNOPSIS use Inline::Select::Register ( PACKAGE => Calc, Inline => [ Perl => sub {require t/Calc.pm} ] ) ; use Inline::Select::Register ( PACKAGE => Calc, Inline => [ CPP => t/Calc.cpp ] ) ; use Inline::Select::Register...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Inline::Select Download

Added: April 21, 2010 | Visits: 1.515

Canadian Payroll CdnPayroll is a collection of python functions which calculates Canadian payroll tax withholdings based on the most recent federal publication. Canadian Payroll is mostly for use by developers, but others use it with great success too. Cdn Payroll is intended to be used primarily from another...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (202): Canadian Payroll Download

Added: April 17, 2010 | Visits: 1.241

XML::TMX::Writer XML::TMX::Writer is a Perl extension for writing TMX files. SYNOPSIS use XML::TMX::Writer; my $tmx = new XML::TMX::Writer(); $tmx->start_tmx(ID => paulojjs); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum texto); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): XML::TMX::Writer Download

< 1 2 3 4 5 >