<div class="gmail_quote">On Thu, Jan 5, 2012 at 9:22 AM, daedae11 <span dir="ltr">&lt;<a href="mailto:daedae11@126.com">daedae11@126.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<u></u>





<div style="MARGIN:10px">
<div>The exercise is:</div>
<div> </div>
<div>Write a function which has 3 parameters. First parameter is a char, second 
parameter is a integer, third parameter is a integer.</div>
<div>The function would create a file which have following requests:</div>
<div>1. the length of the file is in accordance with the third 
parameter.</div>
<div>2. the content of the file must be <span>random 
generated.</span></div>
<div><span>3. the time first parameter occurred in the content must be in 
accordance with second parameter.</span></div>
<div><span></span> </div>
<div><span>please give me some hints. It would be better if you give me the 
code.</span></div></div></blockquote><div><br></div><div>It would be better if /you/ gave us the code that shows what you&#39;ve tried. Also, if we give you the solution(s) then you won&#39;t learn.</div><div><br></div><div>

To accomplish this exercise you need a few skills:</div><div><br></div><div>1. Write a function that takes parameters - can you do this?</div><div>2. Create a file - can you do this?</div><div>3. Generate random text - can you do this?</div>

<div>4. Modify text (or generate slightly less-random text) - can you do this?</div><div><br></div><div>If you can do those four things then you should be able to easily accomplish this task (that looks an awful lot like homework)</div>

<div><br></div><div>HTH,</div><div>Wayne</div></div>