Re: [newbie] Viewing Source Code

2000-08-30 Thread Larry Hignight
Rob, If you are interested in learning how to program, you should consider taking a look at www.python.org You'll find plenty of source code, solid programming information and tutorials, and become part of a very powerful and flexible programming language. Anthony wrote: You have to

Re: [newbie] Viewing Source Code

2000-08-29 Thread Doug McGarrett
What you are looking at with all those funny symbols is __binary__ code, i.e., what the compiled source looks like. What you want is the __uncompiled__source__ as the man said in his reply. Then if you modify the source, you will have to recompile it before you can run it. Hope this is a

Re: [newbie] Viewing Source Code

2000-08-29 Thread Anthony
You have to download the source code. The stuff you're trying to view is the executable file which only makes sense to the computer. So go to the website of the program you want to look at, and then download the .tar.gz file which should include all the source code. I was wondering how do I

[newbie] viewing source code

2000-08-28 Thread Robin Regennitter
Hi Everybody, I was wondering how do I view the source code of any program. I tried using various editor and developing tools. All I got is a bunch of symbols and letters. How am I suppose to modify a program if I cant understands these multi symbols and letters? Rob

[newbie] Viewing Source Code

2000-08-28 Thread Robin Regennitter
Hi Everybody, I was wondering how do I view the source code of any program. I tried using various editor and developing tools. All I got is a bunch of symbols and letters. How am I suppose to modify a program if I cant understands these multi symbols and letters? Rob

Re: [newbie] Viewing Source Code

2000-08-28 Thread Paul
On Mon, 28 Aug 2000, Robin Regennitter wrote: Hi Everybody, I was wondering how do I view the source code of any program. I tried using various editor and developing tools. All I got is a bunch of symbols and letters. How am I suppose to modify a program if I cant understands these multi