Thread: Custom Status

  1. #46
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    ya'know, i wonder how many people just come up with a function:
    Code:
    void clear_screen() {
      system("cls");
      system("clear");
      
    
    }
    and hope to god one of the above works on the machine being used

  2. #47
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    Originally posted by Govtcheez
    > you can CHANGE your title??? WHERE?!

    ::Begins weeping::
    Yeah... you whiney little girl. When do we get to know how to change our title and how to clear the screen? What good are you around here? Wuss.
    Blue

  3. #48
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    this will tell you -->

    (click on the smiley)


  4. #49
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Aran Elus
    this will tell you -->

    (click on the smiley)

    :: Damn you Elus....you stole my click on the smiley trick ::


  5. #50
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    urg
    clear the screen?

    Code:
    MOV AX, 0600H
    MOV BH, 07H
    MOV CX, 0000H
    MOV DX, 184FH
    INT 10H

  6. #51
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    ah, the wonders of inline asssembly!

  7. #52
    Much older and wiser Fountain's Avatar
    Join Date
    Dec 2001
    Location
    Engeeeerland
    Posts
    1,158
    Brian
    complete bastard

    Registered: Jan 2002
    Location: ROOFLE! IF I PUT "HERE" HERE IT WILL BE FUNNY!!11
    Posts: 1103



    got to be funnier than letting go of the shift key before the '1' key....


    complete bastard-oh YES !!!!!!!1111!!!!!!!!!!!!!!1111111111111!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11111111111 11111111!!!!!!!!!!!!!!!!!!


    hehe pratt
    Such is life.

  8. #53
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    damn there are some stupid people one here...
    EntropySink. You know you have to click it.

  9. #54
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    nope, just a bunch of native english speakers who can't speak english well

  10. #55
    Christian
    Join Date
    Mar 2002
    Posts
    612
    Aran how do you know how well we speak english, jezz for god sackes these post are typed not spoken.

    And yea I know that I can't write english well.
    I shall call egypt the harmless dragon

    -Isaiah 30.7

  11. #56
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    spoken = typed (in the message board context)...

  12. #57
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Once you get past 1000 posts, you become God.
    What happens when you get past 2000?

    >clear the screen?
    That's easy, hit the power button. Done!

    -Prelude
    My best code is written with the delete key.

  13. #58
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Originally posted by Fountain

    Windows XP Home
    XP Home is the suxxors.

  14. #59
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    >>>That's easy, hit the power button. Done!

    Excellent. It is about time somebody showed me how to that after all these years. Now how do you put stuff back on the screen?
    Blue

  15. #60
    Registered User
    Join Date
    Aug 2001
    Posts
    207
    Originally posted by Betazep
    >>>That's easy, hit the power button. Done!

    Excellent. It is about time somebody showed me how to that after all these years. Now how do you put stuff back on the screen?
    well, you need three years in college to achive that, did you think everything with computers would be so easy?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Custom Allocation
    By SevenThunders in forum C Programming
    Replies: 17
    Last Post: 04-09-2007, 04:10 PM
  2. Status bar
    By maxorator in forum Windows Programming
    Replies: 3
    Last Post: 11-06-2005, 11:45 AM
  3. Troubles with Sockets
    By cornholio in forum Windows Programming
    Replies: 6
    Last Post: 10-26-2005, 05:31 AM
  4. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  5. Disabling "Ready" & Other Auto Status Bar Updates :: MFC
    By kuphryn in forum C++ Programming
    Replies: 1
    Last Post: 04-03-2002, 08:51 PM