TriumphCo
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Forum
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 AnyOne Who Wants To Learn How To Code This may help

Go down 

DID THIS HELP
HELL YEAH
AnyOne Who Wants To Learn How To Code This may help I_vote_lcap67%AnyOne Who Wants To Learn How To Code This may help I_vote_rcap
 67% [ 2 ]
YEAH
AnyOne Who Wants To Learn How To Code This may help I_vote_lcap0%AnyOne Who Wants To Learn How To Code This may help I_vote_rcap
 0% [ 0 ]
NO
AnyOne Who Wants To Learn How To Code This may help I_vote_lcap33%AnyOne Who Wants To Learn How To Code This may help I_vote_rcap
 33% [ 1 ]
HELL YEAH
AnyOne Who Wants To Learn How To Code This may help I_vote_lcap0%AnyOne Who Wants To Learn How To Code This may help I_vote_rcap
 0% [ 0 ]
Total Votes : 3
 

AuthorMessage
King Ousman
Noob
King Ousman


Posts : 8
Join date : 2008-08-27
Location : PKA Come so i can own your ASS

AnyOne Who Wants To Learn How To Code This may help Empty
PostSubject: AnyOne Who Wants To Learn How To Code This may help   AnyOne Who Wants To Learn How To Code This may help Icon_minitimeThu Aug 28, 2008 7:32 pm

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=V9WMJKPA
Other 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=BTJCW6VK
Other 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=D7YPQ3UE
Other 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=2BJT0NY3
Other 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=8CN97Q26
Other 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=KTQLVNMQ
Other 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=HUWEK55E
Description: 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=TT9DLH4L
Description: 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=ZXXVOSBH
Description: 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 lol! JK
NO AM NOT.........U BETTER Twisted Evil
Back to top Go down
 
AnyOne Who Wants To Learn How To Code This may help
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
TriumphCo :: Rubbish :: Staff Positions-
Jump to: