Latest Articles ::
CompareTo method is defined in Comparable interface in Java and used to implement natural ordering of object.Implementing and overriding compareTo is...
I have been infatuated with youtube recently. The abundant video resources make me frazy. I want to become a member of youtube and share my favourite...
This article describes how to port a C++ Builder (6.0) application to Qt Creator. The main advantage of doing so, is that the Windows-only...
Two ways to convert Microsoft Word document to PDF file: using Microsoft Save as PDF or XPS add-in to save word document with PDF file directly....
Code snippets allow boilerplate code to quickly be inserted in code editors. Snippets can include replacements to allow the developer to modify...
Visual Studio 2005 introduced code snippets to allow common code to be quickly inserted into a source file. Snippets can include static text and...
Visual Studio 2005 introduced the code snippet feature, which allows boilerplate code to be quickly inserted into a source code file. A number of...
In some cases, IT managers need to block IP addresses to protect Internet servers. There are many choices for Linux and Unix users, such as iptables....
TortoiseSVN 1.7 Beginner's Guide is a new book from Packt that revolves around a real-world example based on a software company and will help readers...
The .NET framework's Debugger class allows programs to communicate with an attached debugger. This can be the debugger built into Visual Studio or an...