Posts
 
Reputation
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
~4K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for cambalinho

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 …

Member Avatar for Mendoza,
1
4K

The End.