Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > Visual C++ .NET
Search:
What's New - What's Hot
Listings for AddIns AddIns (402)
Listings for Attributes Attributes (5)
Listings for Class Libraries Class Libraries (204)
Listings for Collection Collection (26)
Listings for Compiler Compiler (25)
Listings for Component Component (87)
Listings for Controls Controls (688)
Listings for DataBase DataBase (149)
Listings for Debugging Debugging (167)
Listings for Email Email (16)
Listings for Error Handling Error Handling (8)
Listings for Event Handling Event Handling (16)
Listings for Exception Handling Exception Handling (49)
Listings for FAQ FAQ (56)
Listings for File Management File Management (145)
Listings for Graphics&Chart Graphics&Chart (433)
Listings for Language Reference Language Reference (55)
Listings for Miscellaneous Miscellaneous (1160)
Listings for OOP OOP (507)
Listings for Performance/Optimization Performance/Optimization (82)
Listings for PlugIns PlugIns (38)
Listings for Regular Expression Regular Expression (40)
Listings for Sample Programs Sample Programs (1718)
Listings for Security Security (103)
Listings for Socket Programming Socket Programming (149)
Listings for Threading Threading (315)
Listings for Tips & Tricks Tips & Tricks (361)
Listings for Type Casting Type Casting (2)
Listings for Web Services Web Services (72)
Listings for Windows Form Windows Form (158)
Listings for XML XML (78)
 


Change WINVER    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Roger65       Rating:  
Read Reviews | Write Review |   Your 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....

C++ Tip: Aware of the confusion between delete with delete[]    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: elitehussar       Rating:  
Read Reviews | Write Review |   Your 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....

C++ Tip: Aware of the confusion between delete with delete[]    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: elitehussar       Rating:  
Read Reviews | Write Review |   Your 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....

C++ Syntax Uncovered    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Mohammad Nasim       Rating:  
Read Reviews | Write Review |   Your 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....

C++ Tip : Aware the confusing between Delete with Delete []    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: elitehussar       Rating:  
Read Reviews | Write Review |   Your Rating: 

There's a common myth among programmers that it’s OK to use delete instead of delete [] to release arrays built-in types....

Measurement Unit Conversion Library    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Erich Ledesma       Rating:  
Read Reviews | Write Review |   Your 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....

Object properties for C++    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Achilleas Margaritis       Rating:  
Read Reviews | Write Review |   Your 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....

CuttingEdge.Conditions    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: The .NET Junkie       Rating:  
Read Reviews | Write Review |   Your 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....

DTX - Database Toolbox For MFC Ver 1.8 (Freeware Version)    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Cüneyt ELÝBOL       Rating:  
Read Reviews | Write Review |   Your 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....

Using Lua to control your application    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Renato Tegon Forti       Rating:  
Read Reviews | Write Review |   Your 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++)....

DWinLib - A minimal Windows API wrapper    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: David O'Neil       Rating:  
Read Reviews | Write Review |   Your 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.)...

ECG Annotation C++ Library    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Chesnokov Yuriy       Rating:  
Read Reviews | Write Review |   Your 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....


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net