Why .EXE file can be execute ?
Link |
by micro_code
on 2006-04-15 10:20:54
|
Yeah... thats mystery for me... (im newbie ^^; in computer science)
Ai strike back! "Ippen Shinde Miru?" |
Re: Why .EXE file can be execute ?
Link |
by koneko_yuki
on 2006-04-17 09:34:35
|
anou... well .exe is a filename extension for executable files... so therefore it can be executed ^_^' filename extensions usually come after the filename. the name of the file and the filename extension is separated by a period. filename extensions help the computer determine what program would be used to open it. for .exe files, naturally it runs itself. ^^' if you'll look at the programming process, after you have written the program/source code, you will have to compile it. the compiler translates the source code into object code/machine language. the program should be free from errors, therefore you have to debug it first. when there are no more errors, the loader uses the object code and uses it to produce the final executable file. tadaa you can now run your program and check if it's working well ^__^ ehehe... hnn dunno if this helps... ^__^' |