|
| Tilpo (8) | |
| Hi everyone, I know this might come over (or it might not come over) as a simple question, but how can i convert to contents of a string object to a double (or any kind of number object)? string myString = "53.4" double myDouble = myString = 53.4 something similar to the above will generate an error instead of overloading it to make it able to convert. | |
| Bazzy (4111) | |
| Read this article: http://www.cplusplus.com/forum/articles/9645/ | |
| Tilpo (8) | |
| Thanks i'll look at it later, and i'm sorry if i bother you if i'm just one of many who asks | |
| helios (6064) | |
| http://www.cplusplus.com/forum/general/11077/ EDIT: Ugh. That was slow. | |
Last edited on | |
| jloundy (161) | |||
i think thats it, but i might have just made that up. | |||
This topic is archived - New replies not allowed.
