Well Ppl who want to learn how to code this will help i found these links which r helpful......
Lesson One - Console IO (Input/Output):
http://www.megaupload.com/?d=V9WMJKPAOther Mirrors:
http://rapidshare.com/files/12814236..._-_Console.rar - keving
Description: I explain the basic input and output of a console and get into a little bit of string variables here, the concept of using the console will always be the most vital thing for figuring out where errors are and keeping your application running and generating error reports.
______________________________________________________________________
Lesson Two - Variables:
http://www.megaupload.com/?d=BTJCW6VKOther Mirrors:
http://www.mediafire.com/?mojlmuwxr0z - Akinci1234
Description: I explain the use of variables, how to use them, what they're used for, what kind of integer-variable to use and when and so on. I also get into variable conversions such as int to string, and string to int.
______________________________________________________________________
Lesson Three - Exceptions and Errors:
http://www.megaupload.com/?d=D7YPQ3UEOther Mirrors:
http://www.mediafire.com/?ueyngdek0ni - Akinci1234
Description: Here I cover how to handle exceptions, why they occur, how to get information from them and prevent them from happening, when to use try/catch blocks.
______________________________________________________________________
Lesson Four - Loops and Arrays:
http://www.megaupload.com/?d=2BJT0NY3Other Mirrors:
http://www.mediafire.com/?zczoycwzkbs - Akinci1234
Description: I discuss what arrays are used for near the end, and demonstrate the two ways of creating in C# (initializing by defining the values, or by size), and I also demonstrate how the while and for loop are used
______________________________________________________________________
Lesson Five - Collections:
http://www.megaupload.com/?d=8CN97Q26Other Mirrors:
http://www.mediafire.com/?ymmzseftgjy - Akinci1234
Description: I talk about the use of collections that are like arrays, but where you do not have to specify the size, I also talk about the dangers of trying to use ArrayList's to hold a ton of data instead of copying it to a normal C# array.
I forgot to mention in this video you can preform a foreach loop on arraylists, for example:
Code:
ArrayList list = new ArrayList();
// add stuff the list
foreach (object obj in list)
{
// you have to use object as you loop variable, but inside the loop
// you can typecast it to whatever you want
// i.e.
// int i = (int)obj;
______________________________________________________________________
Lesson Six - Classes:
http://www.megaupload.com/?d=KTQLVNMQOther Mirrors:
http://www.mediafire.com/?xt0zz1d2ozv - Akinci1234
Description: Here I cover what classes should be used for, and DLL Imports in C#. In this one, I display how to make an INI reader and writer class, and make it possible so that you can write or read in different variable types using parsing methods.
______________________________________________________________________
Lesson Seven - Pointers:
http://www.megaupload.com/?d=HUWEK55EDescription: I discuss the ups and downs of pointers, I also demonstrate why hadeset is a down with pointers and how pointers can be potentially so dangerous to crash your application; On other hand I demonstrate how they could speed your application up if used properly
______________________________________________________________________
Lesson Eight - Ciphers and Encryptions:
http://www.megaupload.com/?d=CRCL8EXEDescription: I start off by explaining whats needed to invent your own cipher, then I use an algorithm I invented at 13 to create a "advanced" or at least "intermediate" cipher. At the end I show an example of a really easy cipher to create.
______________________________________________________________________
Lesson Nine - Socket Programming
This lesson will be broken down into sub-lessons which will covert several aspects of socket programming (i.e. client, server, packets, etc.)
Quote:
Introduction:
http://www.megaupload.com/?d=TT9DLH4LDescription: Here I just introduce socket programming and show what namespaces will be needed and I introduce the class we'll be working with and wrapping.
Quote:
Server and Client:
http://www.megaupload.com/?d=ZXXVOSBHDescription: Here I introduce socket programming using my "WinsockClient" and "WinsockServer" from my System.NativeInterop DLL I include.
______________________________________________________________________
REMBER TO GIVE ME 10kkBIL WHEN THIS HELPS U BECOME A GM
JK
NO AM NOT.........U BETTER