Linear Equations Solver  1.0
Using Gaussian elimination
Loading...
Searching...
No Matches
interaction.h
Go to the documentation of this file.
1
8#ifndef INTERACTION_H
9#define INTERACTION_H
10
11#include <string>
12
13std::string SelectInputFile();
14
15char AskRunAgain();
16
17void WaitForExit();
18
19#endif // INTERACTION_H
std::string SelectInputFile()
Allows the user to select an input .in file from the current directory.Returns an empty string if no ...
char AskRunAgain()
Return char The user's choice ('y', 'Y', 'n', 'N').
void WaitForExit()
Waits for the user to press Enter before exiting.