[VIEWED 5351
TIMES]
|
SAVE! for ease of future access.
|
|
|
resolution
Please log in to subscribe to resolution's postings.
Posted on 05-07-06 11:38
AM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
hey guys, how can i change string to float in C. For example my input is in char "456.765" and i need my output as number 456.765. I will be thankful to u.
|
|
|
|
thugged out
Please log in to subscribe to thugged out's postings.
Posted on 05-07-06 11:54
AM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Did you try atof()? I don't know C that well, but most programming languages I use have this function.
|
|
|
lootekukur
Please log in to subscribe to lootekukur's postings.
Posted on 05-07-06 12:14
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
RESOLUTION USE THIS double atof(char *string) HOPE THIS HELPS OOHI SANOTINO PROGRAMMER LOOTE
|
|