c
Functions in C++
In this tutorial we will be studying a bit of Functions in C++ Language. more>> Functions in C++ is a convenient application which helps you be dealing with how to define, declare, pass and return values in a C++ Function. Functions forms the most important part of computer programming. Also be dealing a bit with the Friend Function.<<less
Mouse Programming with C
Mouse Programming is a topic which every C programmer from beginner to professional needs to have in his toolbox to have a cutting edge.It will be used almost everywhere. It will embeded in games programming to commerical valued applications. more>> Mouse Programming with C is a topic which every C programmer from beginner to professional needs to have in his toolbox to have a cutting edge.It will be used almost everywhere. It will embeded in games programming to commerical valued applications. First thing you must know how to tell a mouse to do anything. In actual do not communicate with mouse directly but through the driver provided. Use "Interrupts" to get access to this driver. Each device provide by computer has its own port and more or less to access these ports.<<less
C-Tunnel.info
C-Tunnel.info is a free anonymous Proxy service that will allow you to access blocked websites from work or school. Popular websites like Myspace and Facebook are usually blocked by most institutions. Using C-Tunnel.info you can unblock any site, more>> C-Tunnel.info is a free anonymous Proxy service that will allow you to access blocked websites from work or school. Popular websites like Myspace and Facebook are usually blocked by most institutions. Using C-Tunnel.info you can unblock any site, anytime, anywhere.<<less
Arrays as Data Structure in C/C++ Programming
The aim of this first tutorials is to teach you how to declare, initialise and use simple arrays as well as multidimensional arrays. You will also be able to use arrays as data structure in your C/C++ program. more>> The aim of this first tutorials is to teach you how to declare, initialise and use simple arrays as well as multidimensional arrays. You will also be able to use arrays as data structure in your C/C++ program.<<less
C and C++ Programming Forums
Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages. more>> Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages.<<less
LINQ with C# Objects, Collections and Arrays 1
Language integrated query (LINQ) in .NET 3.5 provides querying capabilities to Object Oriented programming languages like C# or VB.NET. This tutorial explains LINQ architecture and common examples when using it with C#. more>> Language integrated query (LINQ) in .NET 3.5 provides querying capabilities to Object Oriented programming languages like C# or VB.NET. This tutorial explains LINQ architecture and common examples when using it with C#.<<less
Quaternion C++ Class 1.0
A class handling quaternion numbers. Arithmetic operations, algebraic (norm, radius, argument, conjugation, ...) and transcendental functions are also featured. more>> A class handling quaternion numbers. Arithmetic operations, algebraic (norm, radius, argument, conjugation, ...) and transcendental functions are also featured.<<less
C and C++ Programming blog
This blog is created to discuss my experience in computer programming specially C and C++ and web development. more>> This blog is created to discuss my experience in computer programming specially C and C++ and web development.<<less

C Ray Tracer
C Ray Tracer accepts commands from a text file and generates a output file and calculates the direction of thousands of beams of light. more>> <<less
C++ Mime Email Parser 1.0
C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content more>> C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content encodings, charsets. It allows to read attachments, and handles charsets conversions.<<less
C++ B+ Tree implementation 1.0
This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage. Implemented in C++, B+ Tree is template based, so it can be used with any type of data. To change more>> This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage. Implemented in C++, B+ Tree is template based, so it can be used with any type of data. To change storage type (e.g. from file based to memory based) all you need is to change template argument of the BTreeAlgorithms class. There are two controllers exist for such purpose: StreamBTreeController and RamBTreeController. You can write your own controller by simply changing logic in couple of methods within exiting controllers.<<less
Chilkat MHT C Library
Chilkat MHT C Library converts HTML to self-contained .MHT web archives. more>>
Chilkat MHT C Library is a powerful tool designed to convert HTML to self-contained .MHT web archives. It can also convert HTML into a self-contained email with all referenced images embedded within the email. Chilkat MHT can download HTML from a url, load HTML from a file, or accept HTML passed in directly as an in-memory string.
Major Features:
- Download HTML from a URL and save it as a .mht file.
- Download HTML from a URL and save it as a .eml file.
- Download HTML from a URL and create a Chilkat email object for use with Chilkat Email.
- Convert local HTML files to .mht, .eml, or email object.
- Convert in-memory HTML to .mht, .eml, or email object.
- Unpack .mht files.
Requirements:
- - VC++ 8.0
Chilkat XML C Library
Chilkat XML C Library is a high-level non-validating XML parser component that is free for both commercial and non-commercial use. more>>
Major Features:
- Load/save XML files to an in-memory document object model (DOM).
- Add name/value attributes to nodes.
- Compress nodes or entire sub-trees using in-memory Zip compression.
- AES encrypt the content of a node.
- Numerous methods for iterating over the nodes in a document.
- Numerous methods for searching and sorting nodes in a document.
- API designed to make it easy to do frequently encountered tasks when working with XML.
- Makes it easy to handle binary data (such as image data) within XML files.
Chilkat Charset C Library
Chilkat Charset C Library converts text data from one character encoding to another. more>>
Chilkat Charset C Library is a powerful tool that can convert text data from one character encoding to another. It works identically on all computers, regardless of locale or internationalization settings.
Supports Unicode, iso-8859-*, windows-*, utf-7, utf-8, utf-16, utf-32, Shift_JIS, gb2312, ks_c_5601-1987, big5, iso-2022-*, euc-jp, euc-kr, x-mac-*, asmo-708, ibm*, dos-*, koi8-*. (Refer to reference documentation for the complete list of supported charsets.)
Major Features:
- Convert from any supported charset to any other supported charset.
- Option to drop non-convertable characters.
- Option to substitute pre-defined bytes for non-convertable characters.
- Option to substitute hex-escaped string (XXXX) for non-convertable characters.
- Option to convert to an alternative charset for non-convertable characters.
- Option to pass through non-convertable characters unchanged.
- When converting HTML, can automatically update the META tag that specifies the charset.
- File-to-file conversion.
- Check for errors in file or in-memory data.
- Convert charset names to code page numbers, and back.
Requirements:
- - VC++ 8.0