my problem is a very simple one. we all know that in c that we could initialize a variable like long long and the capacity of the new variable would be twice big than normal long variable. and in c++ this doesn't work. and the capacity of int and long are same. in this case how can I store something big in a variable please tell me.