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 #55.0K
~5K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for xHellghostx

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 …

Member Avatar for Reverend Jim
0
4K
Member Avatar for ben1996123

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; …

Member Avatar for PalashBansal96
0
299
Member Avatar for skiboy209

The End.