|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Roger65
|
Rating:
|
|

This program finds all the #define WINVER 0x0502 in your Visual Studio 2005 Projects folder. All projects there have a stdafx.h file that may contain this #define WINVER 0x0502 or some other value (e.g., 420, 440, 502, etc.). My program finds these #defines and changes the (Windows 7) value to 0x0601....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: elitehussar
|
Rating:
|
|

There is a common myth among C++ programmers that it is okay to use delete instead of delete [] to release dynamically allocated arrays (via new) for built-in types....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: elitehussar
|
Rating:
|
|

There is a common myth among C++ programmers that it is okay to use delete instead of delete [] to release dynamically allocated arrays (via new) for built-in types....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Mohammad Nasim
|
Rating:
|
|

Some beginner programmers think of C++ syntax as worthless, in this article you are going to learn how it is very logical to keep things as it is. This article may be applied to both C# and JAVA as their syntax is similar to C++ syntax. The best form to introduce this syntactic logic is via Q/A form, lets start....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: elitehussar
|
Rating:
|
|

There's a common myth among programmers that it’s OK to use delete instead of delete [] to release arrays built-in types....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Erich Ledesma
|
Rating:
|
|

I usually build localizable web sites, sometimes I need to store values from different sources. Some metric, others not. A solution can be storing all values as metric, then convert to show them, easy but conversions among most different measurement systems aren’t exact so converted numbers look pretty ugly. This project allows you to store values along with unit information and conversion between different measurement systems. It also provides a hierarchy to create new converters easily....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Achilleas Margaritis
|
Rating:
|
|

The purpose of this library is to provide object properties. Instead of coding setter and getter methods, it is better to use properties because it is a more intuitive interface. Unfortunately, C++ does not offer native properties, but they can be emulated using templates and operator overloading, with a small memory overhead....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: The .NET Junkie
|
Rating:
|
|

CuttingEdge.Conditions is a library that helps developers to write pre- and postcondition validations in their C# 3.0 and VB.NET 9 code base. Writing these validations is easy and it improves the readability and maintainability of code....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Cüneyt ELÝBOL
|
Rating:
|
|

DTX is a set of classes for editing and automatic read, write and display of datatabase fields. DTX provides automatic read and write of Blob variables (for example. Read and write DBImage). It's very easy to use. Version 1.8 is only for use with MS Access Databases, but is not designed only for Access tables. It includes 70+ ready to use classes....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Renato Tegon Forti
|
Rating:
|
|

Lua is an extension programming language designed to support general procedural programming with data description facilities. It also offers good support for object-oriented programming, functional programming, and data-driven programming. Lua is intended to be used as a powerful, light-weight configuration language for any program that needs one. Lua is implemented as a library, written in clean C (that is, in the common subset of ANSI C and C++)....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: David O'Neil
|
Rating:
|
|

The above source Zip includes DWinLib itself, as well as the code to StupidSquares, the example flicker-free docking program, and a minimal program from which to derive programs. There are Borland Builder 4.0 project files, VS.NET 2003 project files, and Dev-C++ 4.9.9.2 project files included. (The 'include' directories path in your IDE will need to be changed to the paths you install the sources to on your own hard drive, if you rebuild them yourself.)...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chesnokov Yuriy
|
Rating:
|
|

The article demonstrating electrocardiogram (ECG) annotation C++ library is based on wavelet-analysis and console application for extraction of vital intervals and waves from ECG data (P, T, QRS, PQ, QT, RR, RRn), ectopic beats and noise detection....
|
|
|
|
|
|