Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
C++ Articles

  
2094 Articles.    Next Page   

Published on Thu, 12 Jun 2008 15:55:30 -0400    Read: 697 times
Template based B+ Tree B+ Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index segment (usually called a 'block' or 'node')....   Read Article.
Filed in: CPlusPlus


C++ Coding Practices GUIde  By codeproject.com
Published on Wed, 21 May 2008 08:09:23 -0400    Read: 125 times
The article describes C++ coding styles and practices to be followed to develop robust and reliable code that is easily comprehended and maintained by other developers....   Read Article.
Filed in: CPlusPlus


Published on Wed, 21 May 2008 08:09:22 -0400    Read: 78 times
The article demonstrating inner product operation performed with shorts, ints, floats and doubles with CPU/FPU and SSE for comparison....   Read Article.
Filed in: CPlusPlus


Published on Wed, 21 May 2008 08:09:18 -0400    Read: 97 times
Data flow analysis enables early and effortless detection of critical runtime errors like exceptions, resource leaks, and security vulnerabilities. It can also check if exceptions reported from automated unit testing are ?real bugs.?...   Read Article.
Filed in: CPlusPlus


Published on Wed, 21 May 2008 08:09:16 -0400    Read: 1 times
The article demonstrates a 2D vector wrapper, optimized with SSE intrinsics, for math operations with floating point precision....   Read Article.
Filed in: CPlusPlus


Published on Wed, 21 May 2008 08:09:15 -0400    Read: 90 times
The article demonstrating backpropagation artificial neural network console application with validation and test sets for performance estimation using uneven distribution metrics....   Read Article.
Filed in: CPlusPlus


Published on Wed, 21 May 2008 08:09:11 -0400    Read: 60 times
The article demonstrating application of genetic algorithms for classification problems with artificial neural networks...   Read Article.
Filed in: CPlusPlus


Web Services for Ecologists  By codeproject.com
Published on Wed, 21 May 2008 08:09:10 -0400    Read: 71 times
A framework for distributing scientific models over the web...   Read Article.
Filed in: CPlusPlus


Genetic Algorithm Library  By codeproject.com
Published on Tue, 20 May 2008 08:05:37 -0400    Read: 77 times
Framework for genetic algorithms...   Read Article.
Filed in: CPlusPlus


A C++ Config File Parser  By codeproject.com
Published on Sun, 18 May 2008 08:04:24 -0400    Read: 76 times
An STL based C++ utility class to parse structured config files....   Read Article.
Filed in: CPlusPlus


Published on Sun, 18 May 2008 08:04:24 -0400    Read: 67 times
An article on elevating an application at Windows startup in Vista...   Read Article.
Filed in: CPlusPlus


Published on Sat, 17 May 2008 08:04:18 -0400    Read: 62 times
Use CString to convert betwen UTF8 and UTF16...   Read Article.
Filed in: CPlusPlus


A C++ Config File Parser  By codeproject.com
Published on Sat, 17 May 2008 08:04:18 -0400    Read: 5 times
STL based C++ utility class to parse structured config files...   Read Article.
Filed in: CPlusPlus


A C++ Plugin Threadpool Design  By codeproject.com
Published on Fri, 16 May 2008 08:09:18 -0400    Read: 76 times
The Command Pattern and Chain of Responsibility for implementing a plugin ThreadPool library...   Read Article.
Filed in: CPlusPlus


Published on Fri, 16 May 2008 08:09:17 -0400    Read: 74 times
Fast LZW implementation using Binary Tree as a dictionary...   Read Article.
Filed in: CPlusPlus


.net Internals and Code Injection  By codeproject.com
Published on Thu, 15 May 2008 08:04:47 -0400    Read: 57 times
An article about .NET internals and code injection...   Read Article.
Filed in: CPlusPlus


Published on Thu, 15 May 2008 08:04:47 -0400    Read: 102 times
A smart pointer system for safe application development in C++...   Read Article.
Filed in: CPlusPlus


Pop3 Client using Sockets  By codeproject.com
Published on Tue, 13 May 2008 08:08:27 -0400    Read: 65 times
post office protocol to retrieve mails...   Read Article.
Filed in: CPlusPlus


Published on Fri, 09 May 2008 08:04:28 -0400    Read: 28 times
How to use STA COM objects asynchronously without blocking your main thread...   Read Article.
Filed in: CPlusPlus


Published on Fri, 09 May 2008 08:04:28 -0400    Read: 54 times
In this article we will look into reading data from an unmanaged array of bytes into a managed data structure. We will use multiple approaches to optimize the process....   Read Article.
Filed in: CPlusPlus


2094 Articles.    Next Page   

Latest Articles

 

Popular Articles

Sponsored Links

 
Last This page took 0.097014 seconds to load.