Operating system task | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Operating system task

Can anyone help me with creating a printer queue in c++

2nd Jan 2021, 4:26 PM
Jamal Chokr
Jamal Chokr - avatar
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
3rd Jan 2021, 9:56 AM
Manshu
Manshu - avatar