Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
how can i make a specific text in console blink? cout<<endl<<"\t\t\t\tPress Enter..."<<endl; #include<iostream> #include<string> #include<windows.h> using namespace std; class employee { private: string e,c,p,pr; int hours; int days; int perhour; int perday; int perweek; int permonth; int yearlyIncome; char choice; char choose; public: employee() { yearlyIncome=100000000; } void GetData(); void …
The End.
Mendoza,