Computers
 3D Graphics  Games  Operating Systems  Programming  Web Design 
All tutorials in Computers
Sort By:    Name   Rating   Views  Comments    Date 
Browse Pages :    1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  >  >> 
"Hello, World" Program in C++
Submitted 04 May 2008

Before diving right into the nitty-gritty of C++ language details, let's get started with a full-fledged C++ program! The idea of this program is to introduce you to the overall structure of a C++ program and give you the flavor of C++.

Views: 175 Comments: 0

The conditional statements you've seen so far enable the Perl interpreter to decide between alternatives. However, each statement in the Perl programs that you have seen is either not executed or is executed only once. Perl also enables you to write conditional statements that tell the Perl interpreter to repeat a block of statements a specified number of times. A block of statements that can be...

Views: 175 Comments: 0
Writing iterators In RUBY
Submitted 23 June 2008

In this section we are going to add our very own iterators to the class AddressBook. We will create two iterators, AddressBook#each and AddressBook#each_address, which can be used as usual:

Views: 220 Comments: 0
Working with X-windows
Submitted 13 May 2008

Pressing the key combination <Ctrl><Alt><F1> will switch you to to the first text console at any time. <Ctrl><Alt><F2> will switch you to the second text console, <Ctrl><Alt><F3> to the third text console, etc, up to <Ctrl><Alt><F6>, for the total of 6 text consoles. <Ctrl><Alt><F7> will switch you to the...

Views: 82 Comments: 0
WORKING WITH COMPONENTS-Delphi
Submitted 29 April 2008

First of all, let's distinguish components from controls. Simply putt controls are those components that the user can see. Furthermore, Delphi distinguishes between windowed and nonwindowed (graphical) controls. The major distinction is that windowed controls can receive the focus and nonwindowed controls cannot. The distinction between windowed and graphical controls can be important when you...

Views: 141 Comments: 0
Wood Texture
Submitted 30 April 2008

Here's a quick Photoshop tutorial for creating a reasonably realistic looking wood grain effect. It's a quick technique that looks pretty good. Once you learn it, it can be accomplished in under a minute! Create a new image. I'm using a 150x150px image, but any size will work. Select a medium brown (I'm suing R140 G98 B57) and fill the image (Alt+Backspace). Now go to Filter - Texture - Grain....

Views: 317 Comments: 0
Wood Frame
Submitted 30 April 2008

Make a new document 300x300. Now you have to set the foreground color to a dark brown and set your foreground and background colors to 2 brown colors.for example #52230F and the foreground color to a lighter brown for example : #754730 so they are like in the image below:

Views: 294 Comments: 0
Winter Effect
Submitted 30 April 2008

In this tutorial you will learn how to create a winter effect in Adobe Photoshop. Select the Background layer, then select the brush Sampled Brush 6 with the color #aaaaaa, size 150 px, Opacity 15%, and Flow 15%, then use this brush to obtain a effect like in the next image.

Views: 2384 Comments: 0

I shall list the Linux equivalent of the Windows COM ports. This information is generally found in the HowTo section, but if you haven't found it there, here it is for quick reference.

Views: 213 Comments: 0
Window light effect
Submitted 30 April 2008

This teaches you how to apply light effect on photograph, which comes through the window, and make the photograph more interesting. Click on it i am sure you will enjoy it.

Views: 324 Comments: 0

This article deals with 2 issues which are many a times used with each other. The first one is about wildcards and the other one is the use of special characters while typing commands at the shell prompt.

Views: 120 Comments: 0
Why Program in C++?
Submitted 04 May 2008

So what is so special about C++? Why should you use C++ to develop your applications? First, C++ is not the best language to use in every instance. C++ is a great choice in most instances, but some special circumstances would be better suited to another language.

Views: 118 Comments: 0

There are several reasons why Python is gaining in popularity with Linux users. Python users don't match the sheer numbers of Perl users, but users who have tried Python tend to continue using it for these simple reasons:

Views: 118 Comments: 0
Whetting Your Appetite
Submitted 05 June 2008

If you do much work on computers, eventually you find that there's some task you'd like to automate. For example, you may wish to perform a search-and-replace over a large number of text files, or rename and rearrange a bunch of photo files in a complicated way.

Views: 135 Comments: 0
What's a window manager?
Submitted 13 May 2008

Microsoft Windows is based on a graphical user interface (GUI for short) where you can control the apps by pointing and clicking. But Linux, just like Unix or MS-DOS, is completely text based. This means that everything in Linux can be done without any GUI, and it's a plus when using Linux, for example, as a server because the computer's resources aren't wasted in running a GUI. However, most of...

Views: 118 Comments: 0
Browse Pages :    1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  >  >>