EcoliSimulator  2.0.1a
step_by_step_save_risp_run.cpp File Reference
#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)
 

Function Documentation

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.

Parameters
valueto 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

Parameters
valueto be return to set it after the imput.