From e403b6b568b8f9fec8785f968586d50be511dfba Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 16 Nov 2022 16:24:59 -0800 Subject: hjk --- BlankConsoleLab/BlankConsoleLab.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index e2b9159..9944142 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,23 +1,25 @@ //lab3 #include #include +#include using namespace std; using std::cin; using std::cout; using std::endl; +using std::setw; using std::ios; using std::ifstream; using std::ofstream; int main() -{ +{//the first 'array' is the descripption of what needs to be done in total 6 equations/things to do + //next tsxt is 6 cols by x rows ifstream inFile; ofstream outFile("infile.txt"); inFile.open("LabResults.txt"); -} - +} \ No newline at end of file -- cgit v1.2.3