The ability to compile into assembly language so the computer can understand it. Byte Code
Platform issues. (i.e. Does the program you made have to come with a program to install first for the computer to be able to read the file types, or is it multi-platform like Java and can work on any machine mac or pc.
testing. Is your code logical. does it always flow (have an in and out. )
2007-06-03 22:34:19
·
answer #1
·
answered by digdugs 3
·
0⤊
0⤋
1) A text or language specific editor to build type in you program.
2) A compiler or language parser to interpret the text code into machine code.
While the ability to execute the program is a requirement I am going to assume that this is already available so is not critical.
The facility to debug your program may also be a requirement but it is not critical.
2007-06-04 05:51:43
·
answer #2
·
answered by AnalProgrammer 7
·
0⤊
0⤋
List is
1) Language Compiler
2) Any supporting Libraries for your specific task (for example math.h in c/c++ if you are using any mathematical functions.
3) Binary components if u use any.
4) IDE. Integrated development ennviroment like Visual Studio.
2007-06-04 05:37:02
·
answer #3
·
answered by CrazySane 2
·
0⤊
0⤋
1. Syntax editor
2. Compiler
3. Linker or Assembler
Assembler code just requires the editor and assembler.
C, C++ uses all three.
2007-06-04 06:26:44
·
answer #4
·
answered by Tempest 3
·
0⤊
0⤋