How can i handle big integer in c++.please help me...

You can either implement your own classes to deal with it, although if building something serious (that requires performance) you're likely better off using an external library. A couple that come to mind:

TTMath
GMP

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.