convert c++ into pascalFfreeangle1122yAsked Nov 27, 2004, 8:22 AM2.6kVisual Basic .NETi wan't just the code (in c#) that convert the FOR loop structure in c++ into pascal structure thanx
Bbilnaad22y agoPosted Nov 27, 2004, 7:19 PMsomething like this :) for(int i = 1; i != 10; i++) for i := 1 to 10 do
bilnaadPosted Nov 27, 2004, 7:19 PM