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: | |
 |
|
|
|
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: | |
 |
|
|
|
Microsoft's VB Virtual Machine Implementation
This article describes Microsofts 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: | |
 |
|
|
|
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: | |
 |
|