Thread: Testing

  1. #1
    SiBorg
    Guest

    Testing

    just a little test--

    Code:
    for(i=0;i<10;i+=)
       {
       i >>= 1;
       if(!i)
          SysBeep(30);
       };
    we'll _see_ what it did...

  2. #2
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    Code:
        
                       /\
                      /  \
                     /    \
                     ------
                       ||                   
                       ||
    it did that.
    Last edited by Betazep; 12-13-2001 at 07:24 PM.
    Blue

  3. #3
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    So SysBeep is NOT system beep?
    ------------------
    Engineer223
    Yoshi

  4. #4
    *scratches head* What the heck is going on here?
    "There's always another way"
    -lightatdawn (lightatdawn.cprogramming.com)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL: Depth Testing, Matrixes, ect.?
    By Zeusbwr in forum Game Programming
    Replies: 8
    Last Post: 12-08-2004, 09:37 AM
  2. C++ bit testing
    By Vicious in forum C++ Programming
    Replies: 3
    Last Post: 09-19-2004, 11:44 AM
  3. Blending and Depth Testing
    By Thunderco in forum Game Programming
    Replies: 2
    Last Post: 03-08-2004, 06:37 PM
  4. tips for testing conditions
    By Silvercord in forum Game Programming
    Replies: 12
    Last Post: 04-10-2003, 01:42 PM
  5. about testing a program
    By Abdi in forum C Programming
    Replies: 1
    Last Post: 06-09-2002, 12:51 AM