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  >  >> 

How to draw lovely anime girls with only a mouse, Microsoft Paint (Vista) and Adobe Photoshop.

Views: 1020 Comments: 0
Advanced Shadow
Submitted 16 June 2008

Advanced shadowing means taking the actual render and making the real shadow of it. Have sunlight hitting from the left, and the shadow to the right. This makes the render stand out more and look 3 dimensional like it's popping out at you.

Views: 400 Comments: 0

Creating Black and whites is a great way to simplify or shift focus in a photo. You have seen great black and white photos out there in Magazines and in galleries on the web, Black and whites are everywhere. We will learn just how to make great black and whites in a matter of minutes.

Views: 351 Comments: 0

In this tutorial i will explain how you can use extract filter in adobe photoshop.

Views: 292 Comments: 0

In this tutorial i will show you how to create a glass effect to an object in adobe photoshop.

Views: 360 Comments: 0

The key to this project is correct usage or layers. If you aren't very good with them yet here are a few helpful hints. Don't worry Photoshop takes a while to learn and I'll admit it has been frustrating at times. But don't worry, you'll get it. Feel free to ask if you don't.

Views: 258 Comments: 0

Learn a bunch of cool things you can do with Smart Objects! Also learn what Smart objects are and how and when to use them!

Views: 218 Comments: 0

In this tutorial you can Learn the basics of Curves in no time! Watch this video careful and you will see.

Views: 244 Comments: 0

This video isn't too straightforward. It was originally intended for newbies. Therefore, it's quite basic... I might make a more advanced (and hopefully, better made) tutorial soon.

Views: 225 Comments: 0

This is a quick tutorial on producing gritty, disgusting photos, which have a Halloween feel to them. If you need any more help, feel free to comment the video, and I'll try my hardest to give you a detailed response. Constructive criticism would be appreciated.

Views: 254 Comments: 0

Tutorial on how to cut out an image in Photoshop and stack layers to create image effects.

Views: 319 Comments: 0
Objects in C++
Submitted 13 June 2008

C++ does much more with initializing objects than C does. For example, class objects have constructors, and global objects can have general initializers that cannot be evaluated at compile time.

Views: 153 Comments: 0
General Initializers
Submitted 13 June 2008

When a program is loaded by the operating system for execution, a common scheme will have the text and data stored within the binary file on disk that represents the program, and the bss section simply stored as an entry in a symbol table and created and zeroed dynamically when the program is loaded.

Views: 144 Comments: 0
External Linkage
Submitted 13 June 2008

One of the common issues that always comes up with programming languages is how to mix code written in one language with code written in another.

Views: 131 Comments: 0
Type Names In C++
Submitted 13 June 2008

Taking advantage of this feature, that is, giving a class type and a variable or function the same name, isn't very good usage. It's supported for compatibility reasons with old C code; C puts structure tags (names) into a separate namespace, but C++ does not. Terms like "struct compatibility hack" and "1.5 namespace rule" are sometimes used to describe this feature.

Views: 138 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  >  >>