옹..파일첨부는 안되넴..
울 델파이 교심(실력두 지지리도 없는 교심 -_-^)이
컴포넌트 올리는 것말 가르쳐줘노쿠서는, 중간고사로
조별 프로젝트를 해오라 시켰답니다.
그래서 생각한것이 진법변환인데..(-_-;; 다른 좋은 거 있음 갈켜주셈 제 머리로는 이런거밖에..;;)
델파이를 첨 만져보는거라서 책 뒤져가면서 하긴 했는데 오류가 무진장 많이 생기네욤.
function otherTOten(data:double;jinsu:integer):double;
-->[Error] repot.pas(89): Statement expected but 'FUNCTION' found
for i:=strtoint(length(decimal)) to 1 do
-->[Error] repot.pas(98): Incompatible types: 'String' and 'Integer'
decimal_r:=decimal_r + strtoint(copy(decimal,i,1))*jisu(jinsu,j);
-->[Error] repot.pas(100): Incompatible types: 'Integer' and 'Extended'
result:= inttofloat(decimal_r)+sosu_r;
-->[Error] repot.pas(106): Undeclared identifier: 'inttofloat'
end;
-->[Warning] repot.pas(114): Text after final 'END.' - ignored by compiler
procedure btnExecuteClick(Sender: TObject);
-->[Error] repot.pas(18): Unsatisfied forward or external
function tenTOother(data:double;jinsu:integer):string;
-->[Error] repot.pas(22): Unsatisfied forward or external declaration: 'TForm1.tenTOother'
--;; 이런 식의 오류입니다요.
ㅠ_ㅠ 정확히는 아니더라두 대충 멋땜에 오류가 나는 지 좀 갈켜주세욤
모르겠어효..힝.. 이번주까지 해야하눈뎀..