Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Update...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Fine, I'll fix it for him:

    Code:
    #include <iostream>
    #include <string>
    
    using namespace std; // lazy
    
    int main()
    {
    
    while(!updateReleased()) // non existent function call ftw
    {
    cout << "Here, have some dip!" << endl;
    }
    else
    {
    cout << "troll forums." << endl;
    }
    
    cin.get();
    
    return 0;
    }
    Happy now? .

    @Cartman - I started with HTML and went into SmallC (or PAWN) then C++ :P.
    It may seem narcissistic to link this, but it's awesome nonetheless.

    Comment


      #17
      Java and C++ meself. Can't stand PHP, it bores me


      much better silver shame i dont have vs installed on this pc atm ;_;

      Comment


        #18
        Liking this programming discussion

        Wish I was luck enough to have studied that at university, sadly here it's too expensive for me :/ Just finished at high school :/
        Thanks Zygor & Team for all the good work you've done!

        Comment


          #19
          Originally posted by utghost View Post
          Java and C++ meself. Can't stand PHP, it bores me


          much better silver shame i dont have vs installed on this pc atm ;_;
          Install it!

          Originally posted by wulfgardr View Post
          Liking this programming discussion

          Wish I was luck enough to have studied that at university, sadly here it's too expensive for me :/ Just finished at high school :/
          There's books for a reason ;-).
          It may seem narcissistic to link this, but it's awesome nonetheless.

          Comment


            #20
            I would install it but it installs so many libs on the c: drive that it just fills my SSD

            Comment


              #21
              well this is turning out to be a pain!

              Comment


                #22
                vs? pah ... g++ ftw

                Comment


                  #23
                  Ah, that's why . Get an external SATA drive until SSD's are cheaper! You could probably fit something like Dev-C++ or Code::Blocks on the SSD, though.
                  It may seem narcissistic to link this, but it's awesome nonetheless.

                  Comment


                    #24
                    what the hell does that mean?

                    Comment


                      #25
                      NP++ and a compiler on my server! just cba to actually set it up fully

                      Comment


                        #26
                        Have to go old school:

                        10 UpdateIsUp$ = "No"
                        20 Print "Well said sir!"
                        30 While UpdateIsUp$ <> "Yes"
                        40 Print "Have some dip."
                        50 Wend

                        Comment


                          #27
                          Here, I'll confuse people even more (particularly if you look at my age in my profile):

                          I started with FORTRAN, progressed into Pascal, then went backwards into QBasic, then jumped forward again into C (we din't have no silly + doohickeys, and we liked it just fine) and have followed along from there.

                          Comment


                            #28
                            I loved Pascal! I hate waiting. Tryin' to be patient though! Thanks for the conversation - it's at least entertainment while we wait

                            Comment


                              #29
                              Originally posted by silverhawk11 View Post
                              Just use bool updateIsUp = true for readabilities sake :P. I don't like 1's and 0's or I'd know binary. Plus your loop is infinite, and you didn't cout the literal string in your loop >:O.
                              There are 10 types of people in this world - those who know binary and those who don't...

                              Comment


                                #30
                                I'll date myself even more while I'm at it.

                                You talk of SSD, SATA, even PATA for that matter? The first system I built from the ground up had RLL drives. :P

                                Comment

                                Working...
                                X