no...
i will sacrifice my body for you puggy munch.........
please post after me, puggymunch..
cleanbuddy
Account Details | |
---|---|
SteamID64 | 76561198129391202 |
SteamID3 | [U:1:169125474] |
SteamID32 | STEAM_0:0:84562737 |
Country | Ecuador |
Signed Up | July 6, 2014 |
Last Posted | July 22, 2025 at 10:21 PM |
Posts | 2195 (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 |
#22
puggymunch lft
in
Recruitment (looking for team)
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
#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
#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
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
#9
Daf lft
in
Recruitment (looking for team)
needs to stop removing people...
posted about 8 years ago