![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
|
![]() |
#1 | |
Pacific Aces Dev Team
![]() Join Date: Sep 2001
Location: Atlanta, GA, USA
Posts: 1,079
Downloads: 6
Uploads: 0
|
![]() Quote:
that had it all right would lead me to believe something went bad with the first install. And you are not a dumb old man, you get smarter as you get older. I should know cause I am 68.... JIM
__________________
If you\'re not taking losses, you\'re not doing enough. RAdm. Kelly Turner, USN ********************************** www.fairtax.org |
|
![]() |
![]() |
![]() |
#2 |
Captain
![]() Join Date: Jan 2006
Location: Ensenada, B.C., Mexico
Posts: 504
Downloads: 0
Uploads: 0
|
![]()
Answer to question 1:
Humans understand human languages such as English, Spanish, and so on and so forth. Computers do not. Computers can understand low level languages, often called "machine code", which are basicaly a very ackward set of numeric values that represent instructions to the computer. Humans can not. The solution: a compromise. Programs are written on high level programming languages like C# or Visual Basic which resemble the languages that humans can uderstand (Most are based on the english language), and afterwards, they are "compiled" (translated) into machine code so that it can then be executable on a computer. Once compiled (translated into machine code) a program is no longer understandable to a human being, and hence can not be realistictly expected to be able to modify it. To make matters worse, translation is, for the most part, one way only, so it cannot be "untranslated" back into a high level language. Only the owner of the original program before it was compiled (the "source code") can change it and then re-compile it again. The issue is, of course, more complex than that, but that's the short explanation. |
![]() |
![]() |
![]() |
|
|