POV-Ray : Newsgroups : povray.off-topic : How to read source code? : Re: How to read source code? Server Time
28 Jul 2024 20:25:35 EDT (-0400)
  Re: How to read source code?  
From: clipka
Date: 6 Feb 2013 17:04:33
Message: <5112d371$1@news.povray.org>
Am 06.02.2013 20:30, schrieb Kenneth:
> Not how to 'understand' source code ;-)
>
> Just wondering what kind of little Windows app I could download to actually
> *see* (take a look at) the source code for a program (well, one that has
> publicly-available source code, anyway--like POV-Ray.) I've never thought of
> doing so before now, and don't know what's involved. Not to EDIT the stuff, or
> compile/recompile it; that's way beyond me.
>
>  From what I've read, some 'text' editors can do this. Or would it require a 'hex
> editor'?  Or perhaps something like Notepad++, which apparently can open and
> display programs written in C, C++ etc?

Actually /any/ text editor will do, even the Windows Notepad, as 
virtually all contemporary programming languages still use plain vanilla 
ASCII files.

You'll probably want something with "syntax highlighting" though. 
Notepad++ indeed sounds like a good idea.


That said, you'll soon find that "how to 'understand' source code" is a 
question worthwhile asking, too :-)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.