User profile: umair37

User info
User name:umair37
History
Joined:
Number of posts:6
Latest posts:

decimal to binary
thanx peter.

decimal to binary
i am using "bitset" to convert decimal to binary like... int no="192"; cout<<bitset<8>(no); out...

copy string into integer variable
thank you vlad:)

copy string into integer variable
how to copy string into integer?? like.. string str1="12345"; int no; no=str1;

copy one string into another
thanks to you man.it works

This user does not accept Private Messages