|
|
Software Development Articles
|
|
Friday, 11 June 2010 10:02 |
|
In this article, we provide the library which can be used in client – server applications to cover transport layer using virtual channels. Also we attached sample add-in project (client side) and sample server application.
|
|
Read more...
|
|
|
Software Development Articles
|
|
Wednesday, 09 June 2010 10:38 |
|
There are lots of articles, which describe how to convert XML documents to the documents of other types using the XSL Formatting Objects. Most of them describe how to obtain HTML from XML and only few tell about PDF documents.
Such articles usually demonstrate simple examples (how to build the table or perform the text output). But sometimes we need to create representative reports or documents. In this case, developers face nontrivial problems – for example creating the table of contents (using internal or external links), bookmark trees, picture galleries, etc. This article will help you to examine main features of XSL schemes.
|
|
Read more...
|
|
Software Development Articles
|
|
Thursday, 27 May 2010 12:11 |
|
In this article, we examined the problems of program control of the Microsoft Hyper-V hypervisor with the help of the C++ language and WMI technology.
The attached example represents a small library of classes for managing the Hyper-V hypervisor and the test application, which uses the part of the library functionality.
|
|
Read more...
|
|
Software Development Articles
|
|
Tuesday, 18 May 2010 09:04 |
|
Recently I faced one very interesting task. I had to port an application from one platform (Windows) to another (Linux). It is an interesting topic. First, knowledge of several platforms and writing the code for them is a good experience for every developer. Secondly, writing an application for different platforms makes it widespread and needed by many. So, I would like to share my impressions concerning this process. This article is intended for everybody who wants to write a cross-platform application.
|
|
Read more...
|
|
Software Development Articles
|
|
Friday, 02 April 2010 13:51 |
|
The article is devoted to the development of the library that implements the Diffie – Hellman cryptographic algorithm of key exchange. The library appeared as a result of the necessity to use the Diffie – Hellman algorithm without the involvement of any third-party libraries.
Contents
- Introduction
- Diffie–Hellman algorithm of key exchange
- Description of the algorithm
- Brief survey of some existing implementations
- C++ library, which implements the algorithm
- Class
ULong of long integer with the arbitrary dimension
- Implementation of Diffie – Hellman algorithm
- Illustration of library usage with an example
- Structure of project files
|
|
Read more...
|
|
|
|
|
|
|
|
Page 1 of 8 |