anything wrong?

J

jarod

#include <include/ZZ.h>
//#include <iostream.h>

NTL_CLIENT



int main()
{
ZZ a, b, c;

// cin >> a;
// cin >> b;
// c = (a+1)*(b+1);
// cout << c << "\n";
return 0;
}
////////////////////////////////////////////////////////
1 D:\CPP\WinNTL-5_4\tests\big_integers.cpp include/ZZ.h: No such file
or directory.
8 D:\CPP\WinNTL-5_4\tests\big_integers.cpp expected `,' or `;' before
"int"
8 D:\CPP\WinNTL-5_4\tests\big_integers.cpp expected `,' or `;' before
"int"
D:\CPP\WinNTL-5_4\tests\Makefile.win [Build Error] [big_integers.o]
Error 1
/////////////////////////////
os: win xp
compiler: Dev-cpp mingw 3.4.2 gcc
d:/Dev-cpp/includes/NTL/ZZ.h

NTL is downloaded from the follow URL:
http://www.shoup.net/ntl/index.html

I have been finding the result all the time.
Thanks for any kind of help.
 
V

valkur

jarod said:
#include <include/ZZ.h>
d:/Dev-cpp/include<b>s<b>/NTL/ZZ.h

Maybe this is the problem?
If this does'nt help, then you should try
#include <include\ZZ.h>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,165
Latest member
JavierBrak
Top