1561
Off Topic / Re: The fancy hat club
« on: September 05, 2011, 01:20:59 PM »i still need mine
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
is there a limit of visits per day?yes
Everyone who posted advice but Righteous One is pretty much an idiot.he meant each part has to be under $150
You need a LOT more than $150 if you want to upgrade your computer decently. At least $350, maybe. Depending on your other existing parts.
Considering your system is old you'd need to replace almost everything.
this thread is zuerowat
Probably, and same goes with the processor.i think he meant each part cant go over 150$
My recommendation:
http://www.newegg.com/Product/Product.aspx?Item=N82E16813138290 MOTHERBOARD $49.99
But now we are over his budget with all that I have suggested.

#include <iostream>
int main()
{
using namespace std;
char yourAnswer;
char yourAnswer2;
cout << "Jim says: Hi! Enter your answer: \n";
cout << "\nA. Hello, what's your name?\n";
cout << "\nB. Um... hi.\n";
cout << "\nC. Go away.\n";
cin >> yourAnswer;
if (yourAnswer == 'a')
cout << "\nJim says: My name is Jim.\n";
cout << "\n Enter your response: \n";
cout << "\nA. My name is INSERTNAMEHERE. Nice to meet you!\n";
cout << "B. Neat. Bye!\n";
cout << "C. Don't even talk to me anymore, you're getting annoying.\n";
cin >> yourAnswer2;
if (yourAnswer2 == 'a')
cout << "Jim says: Okay, well, bye!\n";
if (yourAnswer2 == 'b')
cout << "Jim says: Okay, see you!\n";
if (yourAnswer2 == 'c')
cout << "Jim says: *gasp* How rude!\n";
if (yourAnswer == 'b')
cout << "\nJim says: Hello.\n";
cout << "Enter your response: \n";
cout << "A. Bye!\n";
cout << "B. Um, bye.\n";
cout << "C. Leave. Now\n";
cin >> yourAnswer2;
if (yourAnswer == 'c')
cout << "\nJim says: Um... okay, wasn't expecting that.\n";
cout << "Enter your response\n";
cout << "A. Of course you weren't.\n";
cout << "B. I'm sorry.\n";
cout << "C. I don't care.\n";
cin >> yourAnswer2;
int x;
std::cin >>x;
return 0;
}
doesnt work right