What is Source Code?
1.
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.
2.
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.
3.
Source code is a document written by a programmer which can be compiled into a
C++
JAVA
PASCAL
ex:
if(x>5)
cout << "I like coding!";
4.
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.
See
5.
A file containing instructions (following a particular language syntax, such as
#include <stdio.h>
int main()
{
printf("Hello, world! ");
return 0;
}
See
6.
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
See
7.
computer code in which a program is written
int main ()
{ cout << "Hello World!";
return 0;
}
See