0
Operating system task
Can anyone help me with creating a printer queue in c++
1 Answer
+ 1
Jamal Chokr
#include <iostream>
#include <time.h>
using namespace std;
int main() {
string k;
string l;
string c;
string name;
string clocation;
int s;
string location;
int m;
cout <<"Operating system \n";
cout <<"Press any key to continue- \n \n";
cin >> k;
cout << "Starting system Please standby. \n";
cout << "------------------------------- \n";
cout << "Downloading apps \n";
cout << "Extracting apps \n";
cout << "Extracted apps 100% \n";
cout << "Updatng apps ....... \n";
cout << "----------------------0%---------------------------- \n";
cout <<"--------------------10%-------------------------- \n";
cout <<"------------------20%---------------------- \n";
cout << "--------------30%-------------------- \n";
cout << "-------------40%------------------ \n";
cout <<"--------------50%----------\n";
cout <<"-------------60%-------\n";
cout <<"---------70%------ \n";
cout << "System updated \n";
cout << "Press any key to continue- \n";
cin >> l;
cou