I am a beginner programmer. I thought it would be fun and educational to view the celestia source code. The problem
is that whenever I try to view the code my computer freezes.
Any thoughts out there?
Thanks
source code
I only can assume you are using certain developer tool (Visual C++, Borland C++, etc) that seems to be broken. Please tell us which hardware, Operating system & tool are you using, in order to tune your problem.
Celestia source files are plain text files. If you want to look at them, you can use whatever editor you want (Wordpad...). You cannot test them, but you can see them.
Celestia source files are plain text files. If you want to look at them, you can use whatever editor you want (Wordpad...). You cannot test them, but you can see them.
-
Topic authorguest
What file are you trying to view?
If you're trying to view 'celestia-1.3.0.tar.gz' you need to unzip it first. (winRAR will do it) Once you unzip it, navigate to the src directory and away you go.
As an alternative, an easy way to view the code is with your browser.
Try this.
http://cvs.sourceforge.net/cgi-bin/view ... /celestia/
and this.
http://cvs.sourceforge.net/cgi-bin/view ... cvs-markup
good luck
If you're trying to view 'celestia-1.3.0.tar.gz' you need to unzip it first. (winRAR will do it) Once you unzip it, navigate to the src directory and away you go.
As an alternative, an easy way to view the code is with your browser.
Try this.
http://cvs.sourceforge.net/cgi-bin/view ... /celestia/
and this.
http://cvs.sourceforge.net/cgi-bin/view ... cvs-markup
good luck
Marc Griffith http://mostlyharmless.sf.net
-
Topic authorguest