Does anyone know if TI produce a programming pad for actually documenting a program?
If nothing physical is there a template available to download and make copies?
Denny
There is no official way of documenting a program. Just use your favorite engineering/grid paper.
If you use tools like SourceCoder 3 or TokenIDE, you can use C-style //comments directly in your code, as one option.
Although it's slow, you could do this (with the 83 & 84 series)

Code:
"[i]enter comment here[/i]


or for long lines of comments

Code:
while 0
enter comment here
end


I'd only use these if you don't have access to SourceSoder because the are slow and take up a lot of space.

here is more on commenting.

Hope this helps Smile
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement