|
|
#11 | |
|
FFR Player
Join Date: Dec 2003
Location: At My House
Posts: 989
|
Quote:
Code:
#include <iostream>
#include <stdlib>
using namespace std;
int main()
{
char asdfString[5] = "54.2";
float asdfFloat;
asdfFloat = atof(asdfString);
return 0;
}
__________________
|
|
|
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|