
*******HELP ME PLEASE******
Quote:
>says...
>I am kind of new to compiling/decompiling stuff.
>Could someone roughly tell me why QuickBasic can not be decompiled?
>Lengthy explanation if possible please.
Because QuickBASIC has compiled to machine language. It could be
disassembled pretty easily. Going back to source would be pretty difficult.
On the other hand, decompiling QBasic (or many other interpreted basics)
should be pretty easy, since it's stored as a string of tokens.
- Bill