12 Mar
2005
12 Mar
'05
4:17 p.m.
Hello Here is my code: program Ex1 (input, output); type NumNode = record Value: integer; pNext: ^ NumNode; end; type nNumber = record DigitsAmount:integer; DigitValue:^ NumNode; MSD: integer; DigitBase: integer; end; function a (b:integer): integer; begin end; There is nore code, but I dont think it is needed to understand what causes the compiler error. What might cause this compilation error? P.S.: I didnt see where I can turn off HTML email. --------------------------------- Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more.
7825
Age (days ago)
7825
Last active (days ago)
1 comments
2 participants
participants (2)
-
loop lopy -
Maurice Lombardi