decimal to binarythanx peter.
decimal to binaryi am using "bitset" to convert decimal to binary like... int no="192"; cout<<bitset<8>(no); out...
copy string into integer variablethank you vlad:)
copy string into integer variablehow to copy string into integer?? like.. string str1="12345"; int no; no=str1;
copy one string into anotherthanks to you man.it works
This user does not accept Private Messages