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 ... 102 103 104 105 106 [107] 108 109 110 111 112 ... 203
1591
Off Topic / Re: Learning C++! :D THANK YOU BLAMAN
« on: September 04, 2011, 10:52:08 PM »
day 5 in this book

1592
Off Topic / Re: Learning C++! :D THANK YOU BLAMAN
« on: September 04, 2011, 10:33:20 PM »
i forgot like everything from data types from this book

and it didnt say anything about "string"

1593
Off Topic / Re: Learning C++! :D THANK YOU BLAMAN
« on: September 04, 2011, 10:30:47 PM »
bump

1594
Off Topic / Re: The Black parrot was stufflisted by ghost!
« on: September 04, 2011, 10:15:18 PM »

1595
Off Topic / Re: The Black parrot was stufflisted by ghost!
« on: September 04, 2011, 10:12:55 PM »
like being on a list affects anything

1596
Off Topic / Re: Learning C++! :D THANK YOU BLAMAN
« on: September 04, 2011, 10:07:27 PM »
Quote
#include <iostream>
int main()
{
    using std::cout;
    using std::cin;

    int Monday;
    int Tuesday;
    int Wednesday;
    int Thursday;
    int Friday;
    int Saturday;
    int Sunday;
    int day;

    cout << "Please enter what day it is today: ";
    cin >> day;
    if (day == Monday)
        cout << "Today is Monday.\n";
    if (day == Tuesday)
        cout << "Today is Tuesday\n";
    if (day == Wednesday)
        cout << "Today is Wednesday\n";
    if (day == Thursday)
        cout << "Today is Thursday\n";
    if (day == Friday)
        cout << "Today is Friday\n";
    if (day == Saturday)
        cout << "Today is Saturday\n";
    if (day == Sunday)
        cout << "Today is Sunday\n";

    return 0;
}
i can compile this, but when i type in the day it wont say "Today is Monday." etc.

1597
Off Topic / Re: Learning C++! :D THANK YOU BLAMAN
« on: September 04, 2011, 09:51:20 PM »
continuing on book

1598
Off Topic / Re: The Black parrot was stufflisted by ghost!
« on: September 04, 2011, 09:16:21 PM »
i have no idea whats going on here

1599
wow
most of the eggs are on level 4

1600
my friends dont come over to my house

1601
and the max level is 110 if youre wondering

1602
Off Topic / Re: Learning C++! :D THANK YOU BLAMAN
« on: September 04, 2011, 07:01:45 PM »
oh dang need to update my tumblr with the JimHello program

1603
224 white aura a week
182 dragon scales a week
aw yeeeah
(as of 9/4/11)

edit: 55 white aura from market when i sold my red ring and gold ring (red ring 25 aura) (gold ring 30 aura)

1604
Off Topic / Re: The fancy hat club
« on: September 04, 2011, 06:34:29 PM »
put hats on mine please

1605
Off Topic / Re: Learning C++! :D THANK YOU BLAMAN
« on: September 04, 2011, 06:32:05 PM »
added the JimHello program into the op

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