BUY A SHIRT!
The ED TShirt Shop is open for business! Use discount code ED2009 for 10% off! Click here to shop.
ED5 Pollfest is going on now! Register a forums accounts and help us find the best article in the five year history of Encyclopedia Dramatica. Check out the three polls running today: [1] [2] [3]



Code

From Encyclopedia Dramatica

Revision as of 01:56, 17 October 2008 by Seakipz (Talk | Contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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).

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$

See Also

Programming



Link to this