MK wrote:
unfortunately, I don't know how to do this,
I create new project (console application).
What file I must include?
You should include bigint.h and bigint.cpp.
You shouldn't include main.cpp (that file contains testsuites).
I do this.
When I build I get following error:
"c:\myprojects\av\bigint.cpp(2129) : fatal error C1010: unexpected end of
file while looking for precompiled header directive"
I don't know why :(
Then you didn't create a console application, this would
have disabled the option of 'using a precompiled header'.
Anyway: From the menu, select 'Project' - 'Settings'.
In the dialog, select the file 'bigint.cpp' in the file tree on the left.
Select the tab 'C/C++' in the right half of the dialog. In the combo box
'Category' choose 'Precompiled headers'. Then select 'Not using precompiled
headers'.
BTW: All of this has nothing to do with C++ as language. It is a problem
of 'using your development equipment' and as such is not topical in this
newsgroup. Search for a different newsgroup, eg. one with VC++ in its name.
--
Karl Heinz Buchegger
kb******@gascad.at