Re: irange best practices document

2020-09-10 Thread Aldy Hernandez via Gcc
other mechanism using multiple sub-ranges (as opposed to the more limited value_range). The official document will live here, but is included below for discussion:  https://gcc.gnu.org/wiki/irange-best-practices Feel free to respond to this post with any questions or comments. Thanks for the wr

Re: irange best practices document

2020-09-09 Thread Martin Sebor via Gcc
posed to the more limited value_range). The official document will live here, but is included below for discussion: https://gcc.gnu.org/wiki/irange-best-practices Feel free to respond to this post with any questions or comments. Thanks for the writeup! The biggest question on my mind a

irange best practices document

2020-09-03 Thread Aldy Hernandez via Gcc
icial document will live here, but is included below for discussion: https://gcc.gnu.org/wiki/irange-best-practices Feel free to respond to this post with any questions or comments. Aldy & Andrew INTRODUCTION irange is a class for storing and manipulating multi-

Re: Best Practices

2005-05-23 Thread Russell Shaw
Ron Hudson wrote: Hi, I am teaching myself C by writing programs. I have some questions about proper practices... Ask in news:comp.lang.c

Re: Best Practices

2005-05-23 Thread Mike Stump
On May 23, 2005, at 3:58 PM, Ron Hudson wrote: I am teaching myself C by writing programs. I'm sorry, this is the wrong list for such questions.

Best Practices

2005-05-23 Thread Ron Hudson
Hi, I am teaching myself C by writing programs. I have some questions about proper practices.. 1) How do I know when to break my program into separate files. I am currently working on a Star Trek program. It has 4 or 5 large functions. They are all in one file. It's only about 900 lines rig