View Single Post
  #2 (permalink)  
Old August 4th, 2005, 02:24 PM
IvAnR IvAnR is offline
Registered User
 
Join Date: Jul 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

And, a little corection in Pascal code:
+-------------------------+
| procedure pauza; |
| var i,j:integer; |
| begin |
| for i:=1 to 30000 do |
| for j:=1 to 1000 do |
| end; |
+-------------------------+
But, the time diference is still big. If it means something, I use borland c++ 5.0 and Pascal 1.5
:(

Reply With Quote