| |

| Cryptography Mini-Tutorial Posted in C and Cpp > Graphics by tutorialgrub on Mar 14, 2011
In this tutorial principles and methods of cryptography are explained in detail. |
| |

| Win32 Intro tutorial Posted in C and Cpp > Graphics by tutorialgrub on Mar 14, 2011
This tutorial is win32 introductory tutorial by making basic WinMain function. |
| |

| malloc(); in C [Short tutorial] Posted in C and Cpp > Miscellaneous by tutorialgrub on Mar 13, 2011
Hey! Guyz.. Welcome to my very short tutorial explaining basic uses of "malloc" function in C language. |
| |

| Intro to WGL Posted in C and Cpp > Graphics by tutorialgrub on Feb 14, 2011
Intro to Windows Graphics Layer. |
| |

| The Basics of 3D rotations Posted in C and Cpp > Graphics by tutorialgrub on Feb 14, 2011
The purpose of this tutorial series is to explain the math involved behind rotating points in three dimensions. |
| |

| C Tutorial - XOR Encryption Posted in C and Cpp > Miscellaneous by tutorialgrub on Jan 23, 2011
XOR stands for exclusive-or, it is a logical operand. XOR returns true if one and only one of the two arguments is true. |
| |

| Virtual Functions and Polymorphism Posted in C and Cpp > Miscellaneous by tutorialgrub on Jan 19, 2011
Declaring functions as virtual makes the use of classes easier to manage, and allows for polymorphism, a central tenet of Object-Oriented programming. I know that these kinds of topics are difficult for newer programmers to pick up, and as such, I'll attempt to explain it as simply and with as much detail as possible to help people understand. |
| |

| On Learning the STL: Chapter 1 (Vectors) - Part 1 Posted in C and Cpp > Miscellaneous by tutorialgrub on Jan 08, 2011
Vectors are a powerful STL container format that closely resembles an array, however is much more useable and intuitive. Vectors allow you to insert, remove, pop, push, change, and resize the array, making it very powerful indeed. It's what C standard arrays would be if they weren't terrible. |
| |

| On Learning the STL: Chapter 1 (Vectors) - Part 2 Posted in C and Cpp > Miscellaneous by tutorialgrub on Jan 08, 2011
Since Vector constructors are the same as any other constructor, I don't have to cover constructors in themselves, but the particular kinds of constructors that exist for Vectors. Vectors have three kinds of constructors... |
| |

| Drag and Drop using C# Posted in C and Cpp > Graphics by tutorialgrub on Jan 08, 2011
A very easy and step-by-step tutorial about using Drag and Drop in C#. |
<< 1 2 3 4 5 >> |