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 #55.0K
~5K People Reached
Favorite Forums
3 Posted Topics
Re: See this Code Here the name of the textbox is name. If it contains anything other than letters it is invalid or more or less than 2 words it is invalid. But i dont think it is the best way.. Private Sub name_LostFocus(sender As Object, e As EventArgs) Handles name.LostFocus … | |
Re: You can use \r to do the countdown on a single line, looks better. Also have to remove the endl #include <iostream> #include <iomanip> #include <windows.h> #include <cstdlib> using namespace std; int main(){ int minutes; int seconds; cin >> minutes >> seconds; seconds = (minutes*60)+seconds; cout << setfill('0') << endl; … | |
|
The End.