Definder - what does the word mean?

What is source code?

A group of words used to describe the amount and type of women that are in a bar.

Fuck man, the source code in the house was slick, and I don't mean the floor.

👍29 👎13


source code - video


Source code - what is it?

computer code in which a program is written

int main ()
{ cout << "Hello World!";
return 0;
}

👍37 👎19


What does "source code" mean?

The uncompiled words and symbols that go into making a program or web site.

The source code for his website was all messy, you couldn't even find his image tags.

👍33 👎15


Source code - what does it mean?

The human readable part of a program written by a programmer. It is compiled to make a program

That program is awesome. I need to find its source code!

👍33 👎13


Source code - meaning

The skeleton of a web site. Only cool nerd types can wield this mighty sword of justice.

I copy pasted the source code up his fat ass

👍65 👎37


Source code - definition

The code that makes up a computer program. Many programs are "open source" which means the source code is free for anyone to use

Here's my program, and the source code is included. Enjoy.

👍39 👎15


Source code - slang

The code which makes up a program or game; can be given to programmers to let them modify the program or make upgrades.

I sold the source code for my the game I created.

👍83 👎29


Source code

Source code is a document written by a programmer which can be compiled into a binary form. A compiler takes source code which is written in a near english form and converts it to the binary code a computer can understand.

C++
JAVA
PASCAL
ex:
if(x>5)
cout << "I like coding!";

👍63 👎21


Source code

A file containing instructions (following a particular language syntax, such as C, C++, or Perl) that define the operation of a program or part of a program. Usually written in text, these files must be compiled/linked or interpreted by separate tools in order to produce an actual functioning program.

#include <stdio.h>

int main()
{
printf("Hello, world!\n");
return 0;
}

👍47 👎15


Source code

Definitions vary accordingly to the amount of time spent working on the source code:

-Structured, logical text document destined to be compiled to create a piece of computer software.

-Structured text document refusing to be compiled to create a piece of computer software.

-Stupid text document refusing to be compiled to create an elusive piece of computer software.

-Why won't this fucking piece of shit compile correctly for fuck's sake.

-Text document stored on the hard drive of a computer found smashed in the street.

Bill asked me to remove those annoying bugs for the next version of Windows, but the source code is all fucked.

👍141 👎23