Freeware Listing: C Source
- PNG to C Source Code Converter
- License: Freeware

PNG to C Source Code Converter is a lightweight and easy to use application designed to help you convert a PNG image into the array of its color codes.
PNG to C Source Code Converter creates a C inline file, based on user-defined output specifications. You can select the color type and the variables to include in the output (width, height, byte per pixel, array size).
.
- Publisher: Ali Khanlarkhani
- Date:
- Platform: Windows 7, Windows 8, WinOther, WinVista
- HS FTP Client C Source Library
- License: Demo

HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR Features - FTP Client RFC 959 operation - Server name resolution - Concurrent FTP client sessions - Passive mode, firewall friendly - User / password authentication - Asynchronous Operation what is supplied after you purchase the product? - HS FTP Library binaries (Win32 library) - HS FTP full source code in C with Visual C workspace...
- Publisher: Hillstone Software
- Date: 20-10-2006
- Size: 236 KB
- Platform: Win2000, Windows Server, WinOther
- HS NMEA GPS C Source Library
- License: Demo

HS GPS is a software library (with full C source code) which provides access to a NMEA-183 compliant GPS receiver via a serial communications port, decoding NMEA sentences: $GPGGA, $GPGSA, $GPGSV, $GPGLL, $GPRMC and $GPVTG. Decoded parameters include: time, date, position, altitude, speed, course and heading, according to standard - NMEA-183 (National Marine Electronics Association, Interface Standard 0183. * HOW IT WORKS: HS GPS library continuously reads asynchronous data stream from a serial port and analyses the information to recognize and decode NMEA-183 Protocol sentences. After each message is received it is checked for integrity by comparing the received and the calculated checksum.
- Publisher: Hillstone Software
- Date: 12-03-2006
- Size: 309 KB
- Platform: Win2000, Windows Mobile, Windows Server, WinOther
- MISRA C Rule Checker SQMlint
- License: Shareware

SQMlint assists developers in source code review through automatic inspection and helps to develop high-quality C source codes efficiently.
Furthermore, because problem codes can be detected by only adding compile options, the user can correct problem codes as easily as when correcting compile errors.
Try MISRA C Rule Checker SQMlint for yourself to fully assess its capabilities!
.
- Publisher: Renesas Electronics Corporation
- Date:
- Platform: Win2000, Win7 x64, Windows 7, WinOther, WinVista
- Boost C++ Libraries for Windows
- License: Freeware

Boost provides free peer-reviewed portable C++ source libraries
Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.
We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.
We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization.
- Publisher: David Abrahams
- Date:
- Size: 95846 KB
- Platform: Windows 7, WinOther, WinVista
- C,C++ Source Code Directory Submitter
- License: Freeware

This softwre can help you to find your most needed C,C++ source code from the C,C++ source code directory cprogram.org.You can also submit your source code in web to spread and test your knowledge on programming.Submit C,C++ source code to this directory to make it rich with source code and welfare of other programmers..
- Publisher: cprogram.org
- Date:
- Size: 368 KB
- Platform: WinOther, WinVista
- SurfX3D
- License: Freeware

Surface Explorer 3D plots mathematical surfaces in 3D. User defined surface equations can be explicit, implicit, or parametric. Surface and color equations are specified by user. Can export to clipboard, VRML, POV, DXF, printer. MFC C++ source code included. Freeware..
- Publisher: Surface Explorer 3D
- Date: 01-03-2006
- Size: 1480 KB
- Platform: Win2000, Windows Server, WinOther
- HS COM
- License: Demo

HS COM is a software library (with full C source code) that allows a calling user application to access serial communication ports (COM devices) under 32-bit MS Windows operating systems. It allows to transmit data, receive data and control line signals (such as RTS and DTR). HS COM library provides a convenient "packaging" to standard Win32 API by exposing only a few simple API services to a calling application -HsCOMInit -HsCOMOpenPort -HsCOMClosePort -HsCOMWriteBuffer -HsCOMExtendedFunc.
- Publisher: Hillstone Software
- Date: 08-12-2006
- Size: 304 KB
- Platform: Pocket PC, Win2000, Windows CE, Windows Server, WinOther
- cpack files into C source
- License: Freeware

Pack files into C source code similar to sharutils. To extract files, compile and run the C source..
- Publisher: cpack.sourceforge.net
- Date: 20-08-2012
- Size: 4 KB
- Platform: Linux, WinOther
- Visual Basic 6 to C++ source converter
- License: Freeware

This project is to create a program that will convert Visual Basic source code into C++ source code in the ANSI Standard with use of wxWindows. All Visual Basic 6 source code can be read by a text editor. This program will simply translate all the codes a
Visual Basic 6 to C++ source converter License - GNU General Public License (GPL).
- Publisher: Vbtocconv
- Date:
- Platform: WinOther
- Algoview
- License: Freeware

Algoview is a simple program designed to show the diagram of C source that is similar to Flowchart. This software will help the user analyze the algorithm of source.
Now you can make use of this accessible tool to analyze the source code you require.
.
- Publisher: Rhee J.D.
- Date:
- Platform: WinOther
- HS Crypto C Source Library
- License: Demo

HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Implemented methods include the use of 2 either pre-defined or dynamically generated translation tables, an XOR-based stream cipher method with random dynamic key, plus the library includes RFC1321 MD5 Message Digest Algorithm
The table encryption is implemented via the use of two either pre-defined translation tables or any of the 2 or a combination of dynamically generated translation tables. Decryption is implemented in a similar way using reverse tables.
- Publisher: Hillstone Software
- Date: 10-03-2006
- Size: 331 KB
- Platform: Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, Pocket PC, Unix, Win2000, Windows CE, Windows Mobile, Windows Server, WinOther
- Metaspec C++ parser
- License: Freeware

Our C# parser library is designed to provide the kernel for applications which require processing C# source code: refactoring, formatting, and verification applications, and other Similar tools.
Our C# parser is available in two versions: a compilation parser and a transformation parser.
The compilation parser is designed for applications that require converting source code into the internal format as fast as possible. Only the significant data required for correct analysis of the program is preserved. This parser is useful for the development of compilers, interpreters, analyzers and other tools that do not require modification of source code.
- Publisher: Metaspec
- Date:
- Size: 9338 KB
- Platform: Win2000, WinOther
- Line Counter
- License: Freeware

Line Counter is a command-line tool for software developers. It reports the total number of lines of code and comment lines in C, C++ and C# source files. The output may be redirected to a text file..
- Publisher: Noel DANJOU
- Date: 28-01-2004
- Size: 38 KB
- Platform: Win2000, WinOther
- RISE C# code generator
- License: Freeware

RISE C# code generator
The RISE C# code generator generates .NET C# source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access and, optionally, classes implementing SOAP/JSON web services. The source code from the code generator is compliant with the output from the SQL Server, PostgreSQL and MySQL code generators.
RISE Code generators
The RISE suit provides a range of free code generators for you to use. There are two main categories: database script generators and application source code generators.
- Publisher: RISE to Bloome Software
- Date: 25-06-2011
- Size: 446 KB
- Platform: Win2000, Win7 x32, Win7 x64, Windows Server, WinOther, WinVista, WinVista x64
- C Algorithm Viewer
- License: Freeware

This is a small program that shows the diagram of C source that is similar to Flowchart. This program may help the user analyze the algorithm of source..
- Publisher: algoview.sourceforge.net
- Date: 09-06-2012
- Size: 534 KB
- Platform: Linux, Unix, WinOther
- C Cod
- License: Freeware

C Cod is an application that allows for a C source file to be "Compiled on Demand" prior to being executed. The source files are compiled and executed on the fly. This allows for C to be treated like a scripting language..
- Publisher: ccod.sourceforge.net
- Date: 26-06-2012
- Size: 305 KB
- Platform: WinOther
- C Steganography
- License: Freeware

This software is a set of tools that hides C source code in txt files. Also the software is able to restore the txt files to C source code again. This work is based on the tool c2txt2c by Leevi Martilla. Csteg needs a book file in txt format to hide C so.
- Publisher: csteganography.sourceforge.net
- Date: 09-08-2012
- Size: 1273 KB
- Platform: Linux
- C# Flex
- License: Freeware

A port to C# of a lexical analyzer tool called JFlex. Produces Java or C# source code files for scanning an input stream and producing a sequence of tokens. Compatible with CUP (Constructor of Useful Parsers)..
- Publisher: csflex.sourceforge.net
- Date: 27-10-2012
- Size: 216 KB
- Platform: Linux, Mac OS X, WinOther
- CPP-2-HTML CSS Source Code Tagger
- License: Freeware

CPP-2-HTML is a DOS command-line utility that formats C++ source code into HTML pages. It uses an external Cascading Style Sheet, "cpp.css" so that the user may set up any formatting/coloring choices..
- Publisher: cpp2html.sourceforge.net
- Date: 10-11-2012
- Size: 130 KB
- Platform: WinOther
C Source: Freeware | All












