I would like a way to convert different data types into one another. Right now all I need is int to string (as defined in genlib and simpio), but I would like other conversions because I expect to be using them a lot in the future. Does anyone know of a command to do this, or a library I can include that has a conversion function?
Data type conversions?
Started by Macoder, Oct 09 2009 07:21 PM
6 replies to this topic
#1
Posted 09 October 2009 - 07:21 PM
|
|
|
#3
Posted 10 October 2009 - 06:22 AM
The boost library has a type conversion library.
#4
Posted 10 October 2009 - 08:38 AM
Not for C...
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
#5
Posted 10 October 2009 - 01:50 PM
use atoi() from stdlib.h
#6
Posted 10 October 2009 - 03:08 PM
#7
Posted 10 October 2009 - 03:09 PM
TkTech said:
...
Yea, i know, it was a strange answer...


Sign In
Create Account


Back to top









