cleanbuddy
Account Details
SteamID64 76561198129391202
SteamID3 [U:1:169125474]
SteamID32 STEAM_0:0:84562737
Country Ecuador
Signed Up July 6, 2014
Last Posted July 5, 2025 at 8:26 PM
Posts 2194 (0.5 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input 1
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 ⋅⋅ 79 80 81 82 83 84 85 ⋅⋅ 145
#9 EVL Gaming picks up dingo in News

WOAH EVL PICKED UP DINGO??? NO WAYYYY

posted about 8 years ago
#2 Sims 4 Gaming Mouse in Hardware

ROFL

posted about 8 years ago
#4 School & TF2 in TF2 General Discussion

what i did for the longest time was do my hw after i had scrims/ matches which was really dumb. just start getting in the habit of doing your homework when you get home, it helps a lot

posted about 8 years ago
#892 ESEA-IM S23 Happenings/Discussion in TF2 General Discussion

u caught me Dx

posted about 8 years ago
#28 help me with my coding hw in Off Topic

o god

posted about 8 years ago
#884 ESEA-IM S23 Happenings/Discussion in TF2 General Discussion

u guys are dumb!!!
these are the real best players
https://play.esea.net/index.php?s=stats&d=overall

posted about 8 years ago
#1370 stream highlights in Videos

https://clips.twitch.tv/b4nny/DeadAnteaterMingLee

posted about 8 years ago
#1 help me with my coding hw in Off Topic

c++, using visual studio pro
supposed to make a simple hangman code only using IF, loops, switch, and string

#include <iostream>
#include <iomanip>
#include <cmath>
#include <string>

using namespace std;
using::std::string;

int main()
{
	string secret = "hi";
	string answer = "__";
	char letter;
	int incorrect=7;

	cout << "enter a letter." << endl;
	cout << answer << endl;
	cin >> letter;
	switch (letter)
	{
	case 'h':
		for (letter;letter='h';letter){
		cout << "correct!" << endl;
			answer.erase (1,1);
			answer.replace (1,1,"h");
		}while (letter='h');
			cout << "please guess again." << endl;
			cin >> letter;

	case 'i':
		for  (letter;letter='i';letter){
		cout << "correct!" << endl;
			answer.erase (2,1);
			answer.replace (2,1,"i");
	}while (letter='i');
			cout << "please guess again." << endl;
			cin >> letter;

	default:
		for (letter;letter!='h'&&'i';letter){
		cout << "incorrect!" << endl;
		cout << "You have " << incorrect << " more guesses left." << endl;
		incorrect--;
	}while (letter!='h'&&'i' && incorrect>0);
		cout << "please guess again." << endl;
		cin >> letter;
	}
	switch (incorrect)
	{
		case 0:
			cout << "you lose!" << endl;
	}
		system ("pause");
		return(0);

}

full instructions:

Show Content
1. Create a string variable for the secret word
2. Create a string variable for the answer
3. Create a char variable for the letter the user will guess
4. Ask the user to enter a letter
5. Place this in a loop so the user can enter another letter
6. Use Replace command to replace correct letter guessed with letters of secret word.
7. Stop the program and “hang” the user after 7 incorrect guesses or win
when the user guesses the correct word

thx

posted about 8 years ago
#4 how do i go off the grid? in Off Topic

https://en.m.wikipedia.org/wiki/Christopher_McCandless

posted about 8 years ago
#785 Donald Trump in World Events

damn u guys got a lot of free time

posted about 8 years ago
#736 ESEA-O S23 Happenings/Discussion in TF2 General Discussion

https://www.youtube.com/watch?v=WBJWEU7yt0E

posted about 8 years ago
#232 Personality Types in Off Topic

https://gyazo.com/5ce5baee63cdfce3a2f59e508dedd336.png

posted about 8 years ago
#9 Daf lft in Recruitment (looking for team)

needs to stop removing people...

posted about 8 years ago
#2 wat is your biggest regret in Off Topic

living

posted about 8 years ago
#3 LFP in Europe, Skill-level open, 6v6 in Recruitment (looking for players)

hello i would be very interested, add me http://steamcommunity.com/profiles/76561198071785065

posted about 8 years ago
1 ⋅⋅ 79 80 81 82 83 84 85 ⋅⋅ 145