Discussion:
Re. Source Code (1 to 8)
(too old to reply)
corella
2009-06-12 09:07:38 UTC
Permalink
Source Code (1) is a seperate program.

Source Code (2 to 8) is a seperate program.
Zaphod Beeblebrox
2009-06-12 12:10:38 UTC
Permalink
Post by corella
Source Code (1) is a seperate program.
Source Code (2 to 8) is a seperate program.
And? What do they do? Why did you post them? Just posting a bunch
of code doesn't achieve much. If it is a case of you looking for
feedback, then I offer the following observations:

Observation #1: You should consider using comments and self-commenting
variable names to make the code more easily understandable

Observation #2: You should consider indenting nested loops to make the
code structure more aparent and readable

Observation #3: You should consider using enumerated data types - they
can be your friend

I'm sure there is more, but not only am I no expert, I don't have the
time or inclination to do more than just a quick scan.
--
Zaphod

Vell, Zaphod's just zis guy, ya know? - Gag Halfrunt
corella
2009-06-13 08:18:25 UTC
Permalink
procedure charsepcount(s_ct: string);

Loading...