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
:(
|