![]() |
Re: Starting programming...
Quote:
Quote:
Quote:
Just a quick question: What is the difference between high-level and low-level languages? Thanks! |
Re: Starting programming...
Quote:
|
Re: Starting programming...
Quote:
|
Re: Starting programming...
Quote:
|
Re: Starting programming...
Quote:
Most of the times a jump is needed is already dealt with by the compiler, such as in Try/Catch blocks, subroutine returns, jump tables, etc. In these cases, the compiler will generate a jump instruction in the low level language to perform a high level function. Using a GoTo in your code tends to indicate poor coding and sloppiness. If you find you need one, review your code and try to find a better way to code it. |
Re: Starting programming...
Quote:
The distinction I wish to make is between programming and coding. Programming involves analysis of the problem and design of a solution, including the algorithms and data structures used in the design. Coding merely implements a solution on a specific target. There can be valid reasons for including unconditional jump instructions in an particular implementation, but I do not think they are ever warranted in a program's design. |
Re: Starting programming...
Quote:
~ |
| All times are GMT -5. The time now is 23:20. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi