#include <math.h>
#include <string.h>
#include <iostream>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | stoi (string s) |
float | stof (string s) |
void | delSpace (string &line) |
|
|
|
conversion d'une chaîne en flottant
|
|
conversion d'une chaîne en entier
|