WHAT DO YOU MEAN BY CODE.
Code
Page 1 of 13 Replies - 568 Views - Last Post: 24 June 2008 - 09:40 PM
Replies To: Code
#2
Re: Code
Posted 24 June 2008 - 09:29 PM
rose63, on 25 Jun, 2008 - 12:26 AM, said:
WHAT DO YOU MEAN BY CODE.
Code, like as in source code.
For example :
#include <stdio.h>
int main(void) {
printf("Hello world!\n");
return 0;
}
<html><head> <title>Hello World!</title> </head> <body> Hello World<br> </body></html>
<?php echo "Hello World"; ?>
... now, what do you mean by code?
#3
Re: Code
Posted 24 June 2008 - 09:30 PM
rose63, on 24 Jun, 2008 - 09:26 PM, said:
WHAT DO YOU MEAN BY CODE.
The programming statements which humans write to tell the computer what to do and how to do it. Code is the foundation of program development and is typically compiled into machine executable binary files (or interpreted) which then the computer can understand.
We ask that people seeking help from us provide the code that they have written and having a problem with to better understand where they might be going wrong.
So hopefully this helps you define what is meant by "code".
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|