Clipboard hacking Ever wondered why you can not copy password from password field.....????? Answer is because of possibility of getting your...
Introduction An event is a message sent by an object to signal the occurrence of an action. The action could be caused by user interaction,...
Introduction LinkedList is a general-purpose linked list. It supports enumerators and implements the ICollection interface.It is a true linked...
Windows Forms text boxes are used to get input from the user or to display text. The TextBox control is generally used for editable text, although...
Worker threads are handy for any time you want to do something such as calculations or background printing. Worker threads also are useful when...
This article is to explain in brief how Visual C++ is handling exceptions Abnormal situations should be handled by throwing and catching...
General Questions 1.Does C# support multiple-inheritance? No. But you can use Interfaces. 2.Where is a protected class-level...
All like to create PHP scripts as fast as possible, and we try to take any shortcuts that we have. Here are few tips to speed up php code...
The PDF (or portable document format) file is an amazingly versatile format for transferring what usually starts as a hard copy version of a...
Casts are used to convert the type of an object, expression, function argument, or return value to that of another type. Some conversions are...
File upload is very common requirement of many web sites. We may require to upload pictures online to websites. Image upload is very common...
Management of files Manipulating files is a basic necessity for programmers and PHP gives you a great deal of tools for creating, uploading,...
Memory pools allow dynamic memory allocation comparable to malloc or the Operator new in C++. As those implementations suffer from fragmentation...
OOP OOP is the abbreviation for Object orientated programming. OOP is a paradigm which defines the way a developer structures software into...
Refer to the recent articles on Understanding File Handling Functions in C & Understanding Advance File Handling Functions in C Opening A File...
When a new process is created, the "subsystem" field in the executable file header determines whether it was linked as a console (also called CUI...
Introduction To Binary Trees A binary tree is made of nodes, where each node contains a "left" pointer, a "right" pointer, and a data element....
Three major concepts of C++ are Classes, Polymorphism, Inheritance.Let us discuss them in details. Classes A class is the implementation of...
Introduction Variables are seen as memory cells that can be accessed using their identifiers. This way we did not have to care about the physical...
Ok soon I will write on this Topic.
Separate names with a comma.