Hi
In my new program I want to get very long value(ex, 13412345236234514123523462354) as parameter from command line,and then process it.I have 2 problem :
1- what data type should I select to store this value?
2- what function can convert this value to digit.I have tried ato* (atol,atoi and so on) without any success.