Re: Compiles without Executing
- From: "CNerd2025" <andrew.elgert@xxxxxxxxx>
- Date: 28 Feb 2006 14:09:31 -0800
Compiles correctly means that there are no errors or warnings from the
compiler, and the executable is created correctly. Logically correct
means that there are no logical errors in the code. This are semantic
errors or bugs such as "int v = m - n;" rather than "int v = m - n +
1;". Never executes means that the program simply never runs. It never
puts a single byte through the CPU (though it may temporarily go into
RAM). Since he is a physicist with programming capability, he doesn't
know all the jargon, so I'd implicitly add "has no runtime errors" such
as memory leaks or segmentation faults.
.
- References:
- Compiles without Executing
- From: CNerd2025
- Re: Compiles without Executing
- From: Oliver Wong
- Compiles without Executing
- Prev by Date: Re: Compiles without Executing
- Next by Date: Re: Skip Lists and Priority Queues?
- Previous by thread: Re: Compiles without Executing
- Index(es):
Relevant Pages
|