EcoliSimulator
2.0.1a
|
#include <iostream>
#include "GlobalVariables.h"
#include "Colori.h"
#include "Declar_funz.h"
#include <limits>
#include <ctime>
Functions | |
void | sssr (int &valore, string text) |
void | sssr (double &valore, string text) |
void sssr | ( | int & | valore, |
string | text | ||
) |
This function deals with the expected imput if we have to wait for the user, wait and save in vettore_risposte, or we just read from vettore_risposte It also check if the imput is of the desired type or not.
value | to be return to set it after the imput. |
void sssr | ( | double & | valore, |
string | text | ||
) |
This function deals with the expected imput if we have to wait for the user, wait and save in vettore_risposte, or we just read from vettore_risposte It also check if the imput is of the desired type or not. Same function as before , but when we expect a double
value | to be return to set it after the imput. |