>> |
10/16/11(Sun)05:36 No.20610548>>20610481 Start
with C#/Java and learn OOP. What are classes, methods, prototypes,
interface, structs, private, protected, final, package private, ref,
out. how does public void function(int argument) { } handle
argument 'argument'? What is the difference between uint and int? long
and longlong? Learn the syntax. Then make shit like quicksort,
bucketsort, mkae your own (generic if C#, don't bother if Java)
stack/linkedlist/list. Then make a simple application, like a
calculator, using the stuff you already made. |