Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > Visual C++ .NET > Class Libraries


Search:
What's New - What's Hot
Using hashlib++ for easy creating cryptographic checksums such as SHA1 and MD5     
Total Hits: 84  |  Today: 0Author: gripmaster      Rating:  
Read Reviews | Write Review |  Your Rating: 

This short article explains how to create a cryptographic checksum (a hash) with the help of the hashlib++ library. hashlib++ is a simple and very easy to use library to create a cryptographic checksum called "hash". The library is written in plain C++ and should work with every compiler and platform.
hashlib++ is released under the BSD-license and therefore free software....

Batch Build VC Projects' Wizard     
Total Hits: 69  |  Today: 0Author: f22_storm      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a useful tool for building a serial projects of your team when your software contains many components, created using VC++6, VC++2003, VC++2005 and also VC++2008. At the same time, you can create some batch files to do some additional task, such as increasing the version of project, copying/deleting files, and calculating the MD5 of the final output binary, etc....

CIMDBSearch Class     
Total Hits: 83  |  Today: 0Author: darkoman      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is about a simple C++ class that can be used to search for movie information from the IMDB Web site. The IMDB Web site is organized as the free online service that offers detailed information about movies, series, actors etc. Please see more about it using this link. IMDB - Internet Movie Database is also a database system, so many applications are using this way of providing information to extract the details about movies, series, actors, filming locations, etc....

The Single Instance Class Library     
Total Hits: 89  |  Today: 0Author: emarti      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes, we do not want to run the same copy of the application. Here in this case, you can use the single instance class library. This library includes a static function. This function detect a second copy of the application that are already running. If the user tries to run a second copy of the application, the existing instance should kill itself....

Careful library practice by example - atoi     
Total Hits: 17  |  Today: 0Author: Perisic, Aleksandar      Rating:  
Read Reviews | Write Review |  Your Rating: 

Library.... concerning speed, security, multithread, portability, language as the first, second or not at all issue? There are many smart and fast ways of implementing any library function. Here, for one of them, randomly selected, we offer some rough ideas that a normal programmer on a normal day might try to implement and test. For the purpose of our article any idea that even looks like speeding up the function could serve well. What we want is to explain why the current library functions eit...

Managed C++ wrapper for ZLib     
Total Hits: 190  |  Today: 0Author: Alberto Ferrazzoli.      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I present a namespace of managed types that provide a wrapper to some of the standard functionalities exported by ZLib. ZLib is a well known free, general-purpose lossless data-compression library for use on any operating system (1)....

Standard C++ Library changes in Visual C++ 2010  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Ajay Vijayvargiya      Rating:  
Read Reviews | Write Review |  Your Rating: 

* Understanding of C++0x standard concepts, viz. auto keyword, lambda expressions, R-value references.
* Reasonably good understanding of STL. A couple or more container classes, iterator knowledge are sufficient.
* You must have Visual C++ 2010 compiler, or a compiler that supports new C++ and updated STL (I don't have references to other compatible compilers, if you have, let me know)....

MetaContainer - an abstraction over the dependency injection infrastructure  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Szymon Pobiega      Rating:  
Read Reviews | Write Review |  Your Rating: 

Matacontainer enables developers to configure dependency injection infrastructure without being dependent on a particular implementation. Key Metacontainer Use Cases include:

* Implementing Factory pattern using the ‘child container per factory’ philosophy
* Integrating existing configuration-and-factory based libraries with dependency injection infrastructure...

OpenSprings Modules  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: johnos      Rating:  
Read Reviews | Write Review |  Your Rating: 

OpenSprings Modules are a new set of open-source, cross-platform C++ libraries. They are based on the never released Hotline 2.0 developed by Hotline Communications. A Press Release with full details is below....

ITL - Image Template Library ver 1.00  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: edozack      Rating:  
Read Reviews | Write Review |  Your Rating: 

The demonstarated algorithm is Simple - Flip Rows. The motivation was to have the possibility to define an image of N planes of varius data types Since work with image processing tools as the default application for ".BMP" files all i have to do in order to see the images is save to file and fire Shell Open. The impage file name should be "bmp1.bmp". i used Some MFC I Know. I promise it will be out in the next version. Till then the run time librarry should be Multithreaded (in visual studio pro...

Help Integration With The VCF  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Jim Crafton      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Visual Component Framework (VCF) provides help support by using the existing platform Help APIs to do so. Both OS X and Windows use HTML to store help content, and provide roughly similar APIs for displaying it and navigating to various sub sections of the help content....

What's New in ACF 0.4  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Yingle Jia      Rating:  
Read Reviews | Write Review |  Your Rating: 

ACF 0.4 supports simple XML reading and writing via XmlTextReader and XmlTextWriter classes, which are core XML reading/writing classes in the .NET framework....

Chatterbot Eliza  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Gonzales Cenelia      Rating:  
Read Reviews | Write Review |  Your Rating: 

This program is an Eliza like chatterbot. Bots like Eliza are the results of researches in Artificial Intelligence (more specifically, in NLP and NLU; NLP: Natural Language Processing, NLU: Natural Language Understanding). The first chatterbot was published in 1966 by Joseph Weizenbaum, a professor of MIT. And also, most of the chatterbots that have been written these days are largely based on the original chatterbot Eliza that was written by Joseph Weizenbaum, which means that they use some ap...

Action Support in the VCF  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Jim Crafton      Rating:  
Read Reviews | Write Review |  Your Rating: 

Have you ever had a single piece of functionality or function, and multiple UI elements that could trigger this function? Ever written code to update all those elements so they stay in sync? Ever wished that you could easily consolidate the updating and the function in one place that was not tied down to a window class? The Visual Component Framework (VCF) solves this through the use of its Action class, sort of like MFC's ON_COMMAND/ON_UPDATE_COMMAND_UI macros on steroids....

Using Delegates in the Visual Component Framework  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Jim Crafton      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article will describe the new changes to the Visual Component Framework's event handling and delegate classes. The Visual Component Framework (VCF) is a modern C++ framework, intended to be easy to use and make it easier to deal with Windows programming, as well as has a cross platform design. In addition, the framework has been recognized world wide for adding at least 10 points to your IQ....

Applied Use of LinFu/Cecil and Aspect-Oriented Programming Concepts - A Library  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: owen654321      Rating:  
Read Reviews | Write Review |  Your Rating: 

The presented library uses the Aspect Oriented Programming related functionality provided by the LinFu project (which itself uses Cecil.Mono) to address a multitude of cross-cutting concerns. These concerns include logging method calls, timing method execution, retrying method execution, restricting or preventing changes to property values, rolling back property changes to a previous state, ensuring single thread execution of methods, asserting global conditions pre- and post-method-execution, a...

Artificial Neural Networks made easy with the FANN library  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Software Developer's Journal      Rating:  
Read Reviews | Write Review |  Your Rating: 

For years, the Hollywood science fiction films such as I, Robot have portrayed artificial intelligence (AI) as a harbinger of Armageddon. Nothing, however, could be farther from the truth. While Hollywood regales us with horror stories of our imminent demise, people with no interest in the extinction of our species have been harnessing AI to make our lives easier, more productive, longer, and generally better....

Neural Network for Recognition of Handwritten Digits  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Mike O'Neill      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article chronicles the development of an artificial neural network designed to recognize handwritten digits. Although some theory of neural networks is given here, it would be better if you already understood some neural network concepts, like neurons, layers, weights, and backpropagation....

Override interface mappings and creata a generic entity version filter in fluent nhibernate  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Tom Janssens      Rating:  
Read Reviews | Write Review |  Your Rating: 

For one of my customers, I needed to have some kind of versioning for a whole bunch of entities on my database. Since I use my very own MvcExtensions framework, I wanted to include a functionality which would automatically filter all entities based on this interface:...

BDD with DSL: "Aubergine", a ruby/cucumber like alternative for .NET - download available  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Tom Janssens      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article you can download the very first alpha version of Aubergine; a BDD /DSL framework for .Net, initially based on Machine.Specifications, but later on heavily inspired by Cucumber. It is AFAIK the very first Cucumber like environment in .NET available, and you will see that it is very easy to use. Due to it's inspirator (Cucumber, I have decided to use the name Aubergine - I have no idea if they are actually related or not Undecided ....


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net