Show Posts

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.


Messages - Zuero

Pages: 1 ... 100 101 102 103 104 [105] 106 107 108 109 110 ... 203
1561
Off Topic / Re: The fancy hat club
« on: September 05, 2011, 01:20:59 PM »

1562
is there a limit of visits per day?
yes

1563
Off Topic / Re: The fancy hat club
« on: September 05, 2011, 03:30:31 AM »
i still need mine

1564
bump

1565
Off Topic / Re: Learning C++! :D
« on: September 05, 2011, 03:08:15 AM »
bump

1566
Off Topic / Re: Computer upgrade
« on: September 05, 2011, 02:46:15 AM »
Everyone who posted advice but Righteous One is pretty much an idiot.

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.
he meant each part has to be under $150
i think

1567
badabump

tisssh

1568
Off Topic / Re: Learning C++! :D
« on: September 05, 2011, 01:54:16 AM »
bump

1570
Off Topic / Re: Computer upgrade
« on: September 05, 2011, 01:37:42 AM »
Probably, and same goes with the processor.
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.
i think he meant each part cant go over 150$

1571
Off Topic / Re: Computer upgrade
« on: September 05, 2011, 01:33:07 AM »
wait
wouldnt he have to change his motherboard to upgrade to ddr3 ram?

1573
Off Topic / Re: Computer upgrade
« on: September 05, 2011, 01:30:02 AM »
youre fine with 500gb hdd space
but you need to upgrade the ram to ddr3 get a better processor and graphics card

1574
Off Topic / Re: Learning C++! :D
« on: September 05, 2011, 01:27:40 AM »

Code: [Select]
#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

1575
Speaking of which, update mine with this one, since the GIF doesn't seem to want to update.

updated

Am I cool yet?
added

Pages: 1 ... 100 101 102 103 104 [105] 106 107 108 109 110 ... 203