اینو از یکی از پست های توی همین سایت گرفتم ولی جای Sample ش خالیه چون نتونستم باحاش کار کنم
این خطایی هست که میده ،توی VC++ 6
--------------------Configuration: HI - Win32 Debug--------------------
Compiling...
HI.Cpp
c:\program files\microsoft visual studio\vc98\include\stdio.h(82) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
HugeInt.cpp
c:\program files\microsoft visual studio\vc98\include\stdio.h(82) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(300) : error C2374: 'i' : redefinition; multiple initialization
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(294) : see declaration of 'i'
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(324) : error C2374: 'i' : redefinition; multiple initialization
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(294) : see declaration of 'i'
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(465) : error C2248: 'minusflag' : cannot access private member declared in class 'HugeInt'
c:\documents and settings\majid\desktop\hugnumber\hugeint.h(146) : see declaration of 'minusflag'
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(471) : error C2248: 'integer' : cannot access private member declared in class 'HugeInt'
c:\documents and settings\majid\desktop\hugnumber\hugeint.h(145) : see declaration of 'integer'
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(479) : error C2248: 'integer' : cannot access private member declared in class 'HugeInt'
c:\documents and settings\majid\desktop\hugnumber\hugeint.h(145) : see declaration of 'integer'
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(488) : error C2086: 'i' : redefinition
c:\documents and settings\majid\desktop\hugnumber\hugeint.cpp(493) : error C2593: 'operator >>' is ambiguous
Error executing cl.exe.
HI.exe - 7 error(s), 2 warning(s)