Click here to Skip to main content
15,911,531 members

Comments by Member 10538783 (Top 17 by date)

Member 10538783 28-Jan-14 15:11pm View    
Oh, yes you're right, thank you very much.
Member 10538783 28-Jan-14 15:04pm View    
Deleted
So, no memo ry is allocated when i write the following part of the code?
procedure DoWhatEver(S: string);
begin
val(s,int);
Write(s,' ');
for i:=Small to Big do
if (a[i]=int) then
count[i]:=count[i]+1;
end;
Member 10538783 28-Jan-14 14:26pm View    
Thank you very much, it was exactly what i was looking for.
Member 10538783 28-Jan-14 11:01am View    
Hi, thank you verymuch for you're help and the time you spent helping me. I corrected my question, and added the hole program i have to make. I've made all the other program, so that's why i put only this part. When you say read a string line from the file, and returned an array of numbers from that, could you explain a little bit simpler what do you mean? I know that i should have known, but i'm a begginer, and i would search on the internet, but the dadline dues really soon, and i'm finishing the other parts.
Thank you very much.
Member 10538783 27-Jan-14 15:03pm View    
Yes, you're right, i'm sorry, the compiler i'm using is the Free Pascal Compiler, and i improved my question by puting more details, and by explaining what the program should do.