Software Downloads for "What Library Files C"
- HS Download HTTP Client Library in C/C++
- License: Demo

HS Download - HTTP client library in C/C++ for Windows and Linux HS Download is an HTTP client library and Web download SDK for Windows and Linux. HS Download is implemented in C/C++ and allows a programmer to download files from web servers using a standard DLL API or HTTP client C static library. HS Download Library can be used from C/C++, C Sharp, VB or other languages. A programmer can use a standard windows DLL interface, a C Sharp wrapper DLL exposing a .NET class or a static HTTP client C library directly from a C/C++ application on Linux or Windows HS Download supports both standard HTTP and secure HTTPS file downloads HS Download Library is Royalty Free.
- Platform: Linux, Mac, Tablets, Unix, Windows
- Publisher: Hillstone Software
- Date: 12-06-2013
- Size: 1160 KB
- MarshallSoft AES Library for C/C++
- License: Shareware

MarshallSoft AES Library for C/C++ is a very useful component that was especially designed to help developers integrate strong encryption features in the applications they build.
Advanced Encryption Standard is used by many institutions since it ensures unbreakable security for sensitive data and the library is compatible with a variety of compilers.
.
- Platform: WinOther
- Publisher: MarshallSoft Computing
- Date:
- String Library for C
- License: Freeware

String Library for C was created as an accessible and handy project for developing a third party String library for the C programming language.
This library is going to have a Java-like String library which will provide flexibility for programmers to manipulate strings.
Moreover, this library may also help developers to reduce work and time without having to depend on standard C libraries which are not powerful enough.
.
- Platform: WinOther
- Publisher: Fikri Fadzil
- Date:
- Client / Server Comm Library for C/C++
- License: Shareware

The Client / Server Communication Library for C/C++ (CSC4C) is a TCP/IP communication component DLL library. CSC4C uses the standard Windows API (Application Programmer's Interface) to communicate with other programs (written using CSC) across any TCP/IP network such as the Internet. CSC4C Features include: * Can be used to create both clients and servers. * Supports "one time" passwords for improved security. * Can send and receive data buffers or entire files. * Servers can handle multiple connections concurrently.
- Platform: Windows
- Publisher: MarshallSoft Computing
- Date: 24-09-2004
- Size: 321 KB
- Windows Standard Serial Communications Library for C/C++
- License: Shareware

The Marshallsoft serial communications component library for C/C++ (WSC4C) is a serial communication library based on the Windows serial comm API. WSC4C uses the standard Windows API to communicate with any device connected to a serial port from within a C, C++ or .NET application. The component library includes 32 functions plus modem control, ASCII, XMODEM and YMODEM, ANSI terminal emulation, and a good selection of example programs, including console mode and multi-threaded examples..
- Platform: C & C++, Scripts
- Publisher: MarshallSoft Computing, Inc.
- Date: 17-09-2011
- HS POP3 Library
- License: Demo

HS POP3 is a software library in C (supplied with full source code) implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics HS POP3 supports secure POP3 over TLS / SSL using two methods: POP3S (used by Gmail) and RFC 2595 HS POP3 supports extracting binary file attachments in MIME v1.0 base64 format.
- Platform: Windows
- Publisher: Hillstone Software
- Date: 07-07-2013
- Size: 1008 KB
- SMTP/POP3 Email Engine Library for C/C++
- License: Shareware

MarshallSoft designed a very useful SMTP/POP3 Email Component Library for C++ (SEE4C) is a library of functions providing easy control of the SMTP (Simple Mail Transport Protocol) and POP3 (Post Office 3) protocols.
The SMTP/POP3 Email development toolkit provides a simple interface to send and receive email, including multiple MIME base64 and quoted-printable encoded attachments from within a C, Visual C++ or .NET application. Knowledge of Winsock and TCP/IP is not needed.
SEE4C offers the functionality to develop software applications that can send, receive and parse mail with ease and fast.
- Platform: WinOther
- Publisher: MarshallSoft Computing
- Date:
- SMTP/POP3 Email Engine Library for C/C++ (C++ .NET)
- License: Shareware

MarshallSoft designed a very useful SMTP/POP3 Email Component Library for C++ (SEE4C) is a library of functions providing easy control of the SMTP (Simple Mail Transport Protocol) and POP3 (Post Office 3) protocols.
The SMTP/POP3 Email development toolkit provides a simple interface to send and receive email, including multiple MIME base64 and quoted-printable encoded attachments from within a C, Visual C++ or .NET application. Knowledge of Winsock and TCP/IP is not needed.
SEE4C offers the functionality to develop software applications that can send, receive and parse mail with ease and fast.
- Platform: WinOther
- Publisher: MarshallSoft Computing
- Date:
- DXScene
- License: Shareware

DXScene is 3D hardware accelerated graphics library Delphi/C++ Builder/Lazarus. * Hardware accelerated graphics on Windows and Mac OS X * 3D and 2D graphical editor integrated in IDE * Powerful 3D layer containing items such as Cube, Sphere, Cone, Plane, Mesh, free Camera and Lights * Mesh object have WPF mesh data format and 3DS, MD3 file export tool * Powerful 2D vector engine like Adobe Flash or Microsoft WPF includes high quality shapes and controls like window, label, button, checkbox, textbox and more * Advanced GUI engine - window, button, textbox, numberbox, memo, anglebox, list box and much much more * Advanced skinning engine based on vector graphics styles.
- Platform: WinOther
- Publisher: KSDev
- Date: 08-08-2012
- Size: 14131 KB
- Object Introspection Library for C++
- License: Freeware

====== OIL (Object Introspection Library) for C++ ====== Aims at Facilitating the Object Introspection Capabilities for C++ Developers. The Goals is to be able to display and modify the contents of any given C++ Object at run time..
- Platform: WinOther
- Publisher: oil.sourceforge.net
- Date: 02-07-2012
- Size: 1268 KB
- qDecoder - CGI Library for C/C++
- License: Freeware

The goal of qDecoder project is providing complete but simple and versatile CGI library for C/C++ language. It supports GET/POST query parsing including File Uploading, Cookie handling and Session management. FastCGI is also supported..
- Platform: Linux, Unix
- Publisher: qdecoder.org
- Date: 07-06-2012
- Size: 138 KB
- Fixed Point Math Library for C
- License: Freeware

A fixed point math header-library for C, under a liberal license.
Fixed point math library, Requires a fairly modern C compiler with uint32_t and uint64_t, 32-bit and 64-bit precision support (for compilers with __int128_t extensions like gcc), Arbitrary precision point (e.g. 24.8 or 32.32), Pure header-only, Pure integer-only (suitable for kernels, embedded CPUs, etc)
Fixed Point Math Library for C License - BSD License.
- Platform: WinOther
- Publisher: sf.net
- Date:
- HS SMTP
- License: Demo

HS SMTP is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided From version 1.1, HS SMTP supports ESMTP extension for LOGIN Authentication using Base64 encoding and message sending to multiple recipients from address list. From version 1.2 HS SMTP supports sending binary file attachments using MIME version 1.0 base64 encoding From version 2.
- Platform: Linux, Unix, Windows
- Publisher: Hillstone Software
- Date: 26-08-2014
- Size: 1131 KB
- 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...
- Platform: Windows
- Publisher: Hillstone Software
- Date: 20-10-2006
- Size: 236 KB
- FTP Client Engine Library for C/C++
- License: Shareware

MarshallSoft FTP client library component for C/C++ (FCE4C) is a library of functions providing direct and simple control of the FTP protocol from your C/C++ application program. FCE4C comes with both Win16 and Win32 DLL's. With FCE4C, you can write GUI or console mode programs that easily: * Connect to any FTP server. * Get a list of files on the server. * Navigate the server directories. * Specify ASCII or BINARY transfer mode. * Download files. * Upload files. * Delete files. * Rename files. * Append files.
- Platform: C & C++, Scripts
- Publisher: marshallsoft.com
- Date: 23-08-2011
- FTP Client Engine for C/C++
- License: Shareware

MarshallSoft FTP component library for C/C++ and for (.NET) C++/C# (FCE4C) provides direct control of the FTP protocol from any 32-bit or 64-bit Windows application program. FCE4C uses a simple API to easily write programs that: - Connect to any FTP server. - Get a list of files on the server. - Navigate the server directories. - Specify ASCII or BINARY transfer mode. - List files. Download files (with wildcard support). - Upload files (with wildcard support). - Delete files. Rename files.
- Platform: Windows
- Publisher: MarshallSoft Computing
- Date: 22-04-2014
- Size: 896 KB
- Winsock Interface Library for C/C++
- License: Shareware

The Winsock Interface Library simplifies winsock network communications programming and>provides support for the most common Internet protocols such as Finger, SMTP, POP3, FTP, >NNTP, and HTTP. Includes multiple C/C++ examples. Requires MS, Borland, Watcom, or LCC-Win32 Windows C/C++ compiler..
- Platform: WinOther
- Publisher: MarshallSoft Computing
- Date: 04-04-2000
- Size: 402 KB
- 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.
- Platform: Linux, Pocket PC, Unix, Windows
- Publisher: Hillstone Software
- Date: 10-03-2006
- Size: 331 KB
- HS X.25 (with RFC1613 XOT) C Source Library
- License: Demo

HS X.25 is a software library in C (supplied with full source code) which implements ITU-T recommendation X.25 - Interface between Data Terminal Equipment (DTE) and Data Circuit-terminating Equipment (DCE) for terminals operating in the packet mode and connected to public data networks by dedicated circuit. HS X.25 incliudes RFC1613 Cisco XOT protocol for X.25 over TCP applicaitions.
HS X.25 internally at a lower layer interfaces to HsDL library. HsDL library is Data Link layer abstraction.
- Platform: Tablets, Windows
- Publisher: Hillstone Software
- Date: 03-08-2011
- Size: 600 KB
- BestView - preview library
- License: Shareware

BestView is a preview library for C++ develpers who need to build print previews for their applications in one touch. Written on C++, the library provides very fast and friendly interface for users. The package contains documentation, C++ examples, redistributable components. Source code is available too. PVL team BestView - an introduction. BestView - an introduction, what does this package stand for.
- Platform: Windows
- Publisher: PVL team
- Date: 16-02-2011
- Size: 765 KB









