Code

From Encyclopedia Dramatica

Jump to: navigation, search
Code.
Code.

Code (or source code) is a series of statements and words that are written by a programmer to make a program (like Windows). To make your code into a program, you need a compiler. You must first also learn one of the over 9000 programming languages to code in (no srsly, look.). Coding is usually boring as fuck, and takes forever to actually make a working program (having to debug 72 times takes up a lot of time).

[edit] Examples of Code

Java

// sux.java
public class sux {
public static void main(String[] args) {
System.out.println("Java sucks");
}
}

C

#include <stdio.h>
int main(void)
{
printf("C");
return 0;
}

BASIC

10 INPUT "lol wut?", U$
20 PRINT U$
30 INPUT "???", N
40 S$ = ""
50 FOR I = 1 TO N
60 S$ = S$ + "lolwut"
70 NEXT I
80 PRINT S$

[edit] See Also

Programming


Personal tools

Bookmark and Share