Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> Top articles
Adds this page to your personal favorites
 
  Top articles

Top Files
Top Links
Top Articles
Top new poster
Top replier
Top logged in
Top personal pages

Use of Volatile in C programming Language
Embedded Programmers deal with hardware, interrupt, device driver, RTOSes etc. All of these require volatile variable. Many programmers poorly understand the use of volatile. Failure to understand the concept of volatile will lead to disaster.
Visits: 137817 Updated: 2002-10-15  Rating: 
Creating an Excel Spreadsheet and Adding Data to It Programmatically
The Interoperability services make it very easy to work with COM Capable Applications such as Word and Excel. This article reveals using Excel from a managed application. Excel is the spreadsheet component of Microsoft Office 2000. The majority of Excel programmatic functionality is exposed through Automation via the type library Excel9.olb. The intention of this article is to express that a managed application can interrelate with Excel as a COM server.
Visits: 113684 Updated: 2002-5-17  Rating: 
A Beginner's Guide to Pointers
I really believe all the beginners should read this article. It explains with a lot of details what pointers are and what can they be used for. It covers stuff like: dynamic allocation, pointers to classes, pointers to arrays, etc. A must read!
Visits: 101023 Updated: 2001-10-23  Rating: 
Multithreading in C#
In this article let us see about multithreading. Multithreaded applications provide the illusion that numerous activities are happening at more or less the same time. In C# the System. Threading namespace provides a number of types that enable multithreaded programming.
Visits: 85398 Updated: 2002-5-17  Rating: 
Delegates and Event Handling in C#
This article will deal with Event and delegates in C#. C# Open a new door by including the feature of Event Driven programming such as Events and Delegates. This article is part of the series that helps in understanding Events and Delegates.
Visits: 77832 Updated: 2002-11-26  Rating: 
C++ tutorials
This tutorial was written for those people who want to learn how to program in C++.
Visits: 77771 Updated: 2001-3-26  Rating: 
Advanced Test in C: The 0x10 Best Questions for C Programmers
In this test I have attempted to make a C test, that test knowledge of Volatile Qualifier, type cast , array , pointers, recursion, static variable, variable argument, pointer to function. All of these require well understanding of C programming. The test helps to understand the concept of C programming in a more informative way.
Visits: 76654 Updated: 2002-10-24  Rating: 
Builder Pattern in C#
This article is mainly focus on design patterns using C# and this is the first article of the series.In this article i will be discussing Builder pattern which is quite similar to Factory Pattern.
Visits: 55347 Updated: 2002-8-28  Rating: 
An Introduction To Delegates
This article deals with delegates.Delegates are refrence type used to encapsulate a method with a specific signature.I kept this article simple so that everyone can understand.
Visits: 51433 Updated: 2002-8-29  Rating: 
Hierarchical data with ADO.NET
ADO.NET implements a completely new model for accessing data and storing data in the memory. With this in mind, the way to work with hierarchical data is also changed. This article will try to cast some light on the changes and the new way of thinking.
Visits: 49863 Updated: 2002-4-11  Rating: 
Discover WEB. HTTP GET-POST Utility
This article presents a utility that lets you retrieve raw information from web servers using HTTP's GET and POST commands.
Visits: 45132 Updated: 2002-9-4  Rating: 
Access your Outlook application using PHP
Using PHP COM functions shows new and best ways for PHP development.It is possible to access your applications and run them from web browser
Visits: 43383 Updated: 2002-4-2  Rating: 
Introduction to C and C++ function pointers
Introduction to the usage of function pointers in C and C++. You'll find syntax and code examples in both C and C++ of how to define, assign an address or call a function using a function pointer. Also covered are arrays of function pointers, callbacks and functors.
Visits: 40358 Updated: 2002-5-4  Rating: 
Data Structures in C++ Tutorial
A tutorial about Data Structures via C++ , You can here find also a quick tutorial for C++.
Visits: 40109 Updated: 2001-4-22  Rating: 
Java Game Tutorial #3: Game Structure
In this tutorial, we cover the basics of setting up a game's structure. We'll describe how to make a title page and setup screen for your game. We'll also discuss basic mouse programming in Java. We'll apply everything to our continuing Battleship project, getting the game fully under way.
Visits: 39643 Updated: 2002-7-4  Rating: 
The cplusplus.com tutorial
This is a Complete C++ language tutorial Written by Juan Soulié.
Visits: 39095 Updated: 2000-11-3  Rating: 
Interfacing the Serial / RS232 Port
This is a great article about interfacing the the RS232 port.
Visits: 36778 Updated: 2000-11-2  Rating: 
Learn C by example in just 5 hours.C tutorial on-line.
I say you can learn C programming in 3 hours. Well atleast the basics that will help you to build more powerful programs.You say I can't show you C in 5 hours. Well let's test that ...
Visits: 36320 Updated: 2001-3-26  Rating: 
C Programming Notes
These notes are part of the UW Experimental College course on Introductory C Programming. They are based on notes prepared (beginning in Spring, 1995) to supplement the book The C Programming Language, by Brian Kernighan and Dennis Ritchie,
Visits: 35073 Updated: 2001-3-26  Rating: 
Create , Read , Write ,Print , Erase Text Files With KYLIX
This Article is for the beginner to intermediate developer who wants to read / write / print and erase text file. many programmers mostly have 2 problem 1 How to print TMEMO content and Save into TEXT FILES... 2. How to PLAY WITH TEXT FILE in KYLIX. In this way u will learn ...... 1. How to Save / Retrive TMEMO contents into TEXT FILE. 2. How to print TMEMO content through Programme. 3. how to Create / Write / Read /Print and Erase TEXT FILES
Visits: 33137 Updated: 2002-10-11  Rating: 
How to make your own MSN messenger in Visual Basic
This article will tell you about the practical implementation of the MSN messenger protocol and also tell you how to make your own version of MSN messenger.
Visits: 32944 Updated: 2001-7-19  Rating: 
Microsoft's VB Virtual Machine Implementation
This article describes Microsoft’s Virtual Machine for the Visual Basic language's x86 p-code implementation as it is used in Visual Basic.
Visits: 29921 Updated: 2001-3-18  Rating: 
Creating And Using DLLs
DLLs (Dynamic Link Libraries) are very useful when you're writing windows programs. A good example use would be if you create a number of programs that all use common functions. In such a case, you can create a library that they all call functions from.
Visits: 29287 Updated: 2000-8-15  Rating: 
WIN32 Assembler Tutorial
This article explains the basics of win32 Assembler programming.
Visits: 27148 Updated: 2000-10-20  Rating: (Not Rated)  More info & Ratings
A Coding Convention for C++ Code
The Purpose is to make it easier for us to read each other's code, here are a few guidelines to follow when writing C++ code.
Visits: 25986 Updated: 2000-11-3  Rating: 

Found a broken link? Please report it to us.

Did you know that...
You can post questions to the Programmers' Heaven messageboard?
Advertisement

  Free Magazine  
Free Magazines
InfoWorld is a enterprise-level publication that focuses on technology and HOW to use it to achieve higher revenues, more efficient operations and greater profits.
subscribe now


 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
Villanova University Six Sigma & IT Certificate Programs
100% Online programs in Six Sigma, IS Security, CISSP Prep, Business Analysis, Proj. Mgmt. and more!
Virtual File System SDK
Create your own file systems in Windows and .NET applications
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
Buy a link now

Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by .NET konsult - Synchron Data.